]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePrintLib/PrintLibInternal.h
Apply BaseMemoryLib to replace the for loop.
[mirror_edk2.git] / MdePkg / Library / BasePrintLib / PrintLibInternal.h
index 417d3e60f0c112cf2bf838c65abb6baccb21009b..151ea618983a9c76ba546e8ca2a61e515a43eebe 100644 (file)
@@ -19,6 +19,7 @@
 #include <Library/PrintLib.h>\r
 #include <Library/BaseLib.h>\r
 #include <Library/DebugLib.h>\r
+#include <Library/BaseMemoryLib.h>\r
 \r
 \r
 //\r
@@ -138,7 +139,7 @@ BasePrintLibFillBuffer (
   Print worker function that convert a decimal number to a string in Buffer.\r
 \r
   @param  Buffer    Location to place the Unicode or ASCII string of Value.\r
-  @param  Value     Value to convert to a Decimal or Hexidecimal string in Buffer.\r
+  @param  Value     Value to convert to a Decimal or Hexadecimal string in Buffer.\r
   @param  Radix     Radix of the value\r
 \r
   @return Number of characters printed.\r