]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibSse2/ScanMem32Wrapper.c
1. fix the wrong description, change "target the buffer" to "the target buffer"
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibSse2 / ScanMem32Wrapper.c
index 7683910e809f78b4aa3f4b703566383acfcec368..60d5eff683ade042b5cdd2123b624e355fccf27e 100644 (file)
@@ -9,9 +9,9 @@
     BaseMemoryLibOptDxe\r
     BaseMemoryLibOptPei\r
     PeiMemoryLib\r
-    DxeMemoryLib\r
+    UefiMemoryLib\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
+  Copyright (c) 2006 - 2009, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -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