X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseMemoryLibSse2%2FMemLibGuid.c;fp=MdePkg%2FLibrary%2FBaseMemoryLibSse2%2FMemLibGuid.c;h=737341023a0e3fe7b35fe361ba819a0573d7e0c4;hp=b315ff5322ad1f16f1530c385984eacc277b1723;hb=56385d49874f4b7cee6c9a0652c6b7c10aff0e2f;hpb=14e436f9b09c796c4567929984ac7ce5300efb21 diff --git a/MdePkg/Library/BaseMemoryLibSse2/MemLibGuid.c b/MdePkg/Library/BaseMemoryLibSse2/MemLibGuid.c index b315ff5322..737341023a 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/MemLibGuid.c +++ b/MdePkg/Library/BaseMemoryLibSse2/MemLibGuid.c @@ -98,7 +98,7 @@ CompareGuid ( Scans a target buffer for a GUID, and returns a pointer to the matching GUID in the target buffer. - This function searches target the buffer specified by Buffer and Length from + This function searches the target buffer specified by Buffer and Length from the lowest address to the highest address at 128-bit increments for the 128-bit GUID value that matches Guid. If a match is found, then a pointer to the matching GUID in the target buffer is returned. If no match is found, then NULL is returned.