]> git.proxmox.com Git - mirror_edk2.git/commitdiff
correct 0X to 0x
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 8 Dec 2008 01:44:52 +0000 (01:44 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 8 Dec 2008 01:44:52 +0000 (01:44 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6912 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/PrintLib.h

index 1b3fa1e2ad8a014a2f9ee3c180079a51c4ff5d0b..d908898585afc7d74c8707d46d77fc2717438a36 100644 (file)
@@ -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