]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PrintLib.h
Clarify that FreePages(), FreeAlignedPages(), and FreePool() may perform n actions...
[mirror_edk2.git] / MdePkg / Include / Library / PrintLib.h
index 1b3fa1e2ad8a014a2f9ee3c180079a51c4ff5d0b..5395c13e67195df9a269435f7a28b7e4d1675d7d 100644 (file)
@@ -24,12 +24,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     %[flags][width][.precision]type\r
 \r
   [flags]:\r
-    - -              \r
+    - -       \r
       - The field is left justified.  If not flag is not specified, then the \r
         field is right justified.\r
-    - space      \r
+    - space   \r
       - Prefix a space character to a number.  Only valid for types X, x, and d.\r
-    - +        \r
+    - + \r
       - Prefix a plus character to a number.  Only valid for types X, x, and d.  \r
         If both space and + are specified, then space is ignored.\r
     - 0\r
@@ -76,7 +76,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
         to be an int.  This does not follow ANSI C.\r
     - X\r
       - The argument is a hexadecimal number and the number is padded with \r
-        zeros.  This is equivalent to a format string of "0X". If the flag \r
+        zeros.  This is equivalent to a format string of "0x". If the flag \r
         'L' is not specified, then the argument is assumed to be an int.  \r
         This does not follow ANSI C.\r
     - d\r
@@ -170,12 +170,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 ///\r
 /// Define the maximum number of characters that are required to\r
-/// encode a decimal, hexidecimal, GUID, or TIME value with a NULL \r
+/// encode a decimal, hexadecimal, GUID, or TIME value with a NULL \r
 /// terminator.\r
 ///  \r
 ///  Maximum Length Decimal String     = 28\r
 ///    "-9,223,372,036,854,775,808"\r
-///  Maximum Length Hexidecimal String = 17\r
+///  Maximum Length Hexadecimal String = 17\r
 ///    "FFFFFFFFFFFFFFFF"\r
 ///  Maximum Length GUID               = 37\r
 ///    "00000000-0000-0000-0000-000000000000"\r