]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiMemoryLib/ScanMem32Wrapper.c
1. fix the wrong description, change "target the buffer" to "the target buffer"
[mirror_edk2.git] / MdePkg / Library / UefiMemoryLib / ScanMem32Wrapper.c
index d31b13f4d460b8c33afac1abd64c2427f77e2313..60d5eff683ade042b5cdd2123b624e355fccf27e 100644 (file)
@@ -28,7 +28,7 @@
   Scans a target buffer for a 32-bit value, and returns a pointer to the matching 32-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 32-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