summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c')
-rw-r--r--MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c2
1 files changed, 1 insertions, 1 deletions
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.