From 56385d49874f4b7cee6c9a0652c6b7c10aff0e2f Mon Sep 17 00:00:00 2001 From: eric_tian Date: Mon, 7 Dec 2009 04:48:53 +0000 Subject: 1. fix the wrong description, change "target the buffer" to "the target buffer" 2. fix ICC/GYGGCC build failure on ScanMemN() in X64 arch, it can not reach the last sentence when UINTN is equal to UINT64. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9530 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c') diff --git a/MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c b/MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c index b315ff5322..737341023a 100644 --- a/MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c +++ b/MdePkg/Library/BaseMemoryLibRepStr/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. -- cgit v1.2.3