X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=MdePkg%2FLibrary%2FUefiMemoryLib%2FScanMem64Wrapper.c;h=87d1643642b03e8b253f8cfcd9754b1efbdbbffb;hb=56385d49874f4b7cee6c9a0652c6b7c10aff0e2f;hp=6d7acf3f7b77a0f89bdf9c5b50eb6848e79e2ed8;hpb=14e436f9b09c796c4567929984ac7ce5300efb21;p=mirror_edk2.git diff --git a/MdePkg/Library/UefiMemoryLib/ScanMem64Wrapper.c b/MdePkg/Library/UefiMemoryLib/ScanMem64Wrapper.c index 6d7acf3f7b..87d1643642 100644 --- a/MdePkg/Library/UefiMemoryLib/ScanMem64Wrapper.c +++ b/MdePkg/Library/UefiMemoryLib/ScanMem64Wrapper.c @@ -29,7 +29,7 @@ Scans a target buffer for a 64-bit value, and returns a pointer to the matching 64-bit value in the target buffer. - This function searches target the buffer specified by Buffer and Length from the lowest + This function searches the target buffer specified by Buffer and Length from the lowest address to the highest address for a 64-bit value that matches Value. If a match is found, then a pointer to the matching byte in the target buffer is returned. If no match is found, then NULL is returned. If Length is 0, then NULL is returned.