]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiMemoryLib/ScanMem64Wrapper.c
1. fix the wrong description, change "target the buffer" to "the target buffer"
[mirror_edk2.git] / MdePkg / Library / UefiMemoryLib / ScanMem64Wrapper.c
index 6d7acf3f7b77a0f89bdf9c5b50eb6848e79e2ed8..87d1643642b03e8b253f8cfcd9754b1efbdbbffb 100644 (file)
@@ -29,7 +29,7 @@
   Scans a target buffer for a 64-bit value, and returns a pointer to the matching 64-bit value\r
   in the target buffer.\r
 \r
   Scans a target buffer for a 64-bit value, and returns a pointer to the matching 64-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 64-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
   address to the highest address for a 64-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