X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseMemoryLibOptPei%2FScanMem32Wrapper.c;h=60d5eff683ade042b5cdd2123b624e355fccf27e;hp=d31b13f4d460b8c33afac1abd64c2427f77e2313;hb=56385d49874f4b7cee6c9a0652c6b7c10aff0e2f;hpb=14e436f9b09c796c4567929984ac7ce5300efb21 diff --git a/MdePkg/Library/BaseMemoryLibOptPei/ScanMem32Wrapper.c b/MdePkg/Library/BaseMemoryLibOptPei/ScanMem32Wrapper.c index d31b13f4d4..60d5eff683 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/ScanMem32Wrapper.c +++ b/MdePkg/Library/BaseMemoryLibOptPei/ScanMem32Wrapper.c @@ -28,7 +28,7 @@ Scans a target buffer for a 32-bit value, and returns a pointer to the matching 32-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 32-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.