]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLib/ScanMem16Wrapper.c
1. fix the wrong description, change "target the buffer" to "the target buffer"
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLib / ScanMem16Wrapper.c
index f8b3ab97637579560f4415fc93714fc33f2f3d93..1122fb536e3631f51ba5d8e278036778e65910db 100644 (file)
@@ -29,7 +29,7 @@
   Scans a target buffer for a 16-bit value, and returns a pointer to the matching 16-bit value\r
   in the target buffer.\r
 \r
-  This function searches target the buffer specified by Buffer and Length from the lowest\r
+  This function searches the target buffer specified by Buffer and Length from the lowest\r
   address to the highest address for a 16-bit value that matches Value.  If a match is found,\r
   then a pointer to the matching byte in the target buffer is returned.  If no match is found,\r
   then NULL is returned.  If Length is 0, then NULL is returned.\r