summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-08 01:44:52 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-08 01:44:52 +0000
commit527079789ccb07c177d2faeab9be55d622b33177 (patch)
tree8a6a75271b4eed764e76394e3ef01f23512fcd26 /MdePkg
parentc3d4e543f0c9e88ca2ad924827a2b663dfed5a5d (diff)
downloadedk2-platforms-527079789ccb07c177d2faeab9be55d622b33177.tar.xz
correct 0X to 0x
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6912 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Library/PrintLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/PrintLib.h b/MdePkg/Include/Library/PrintLib.h
index 1b3fa1e2ad..d908898585 100644
--- a/MdePkg/Include/Library/PrintLib.h
+++ b/MdePkg/Include/Library/PrintLib.h
@@ -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.
- X
- The argument is a hexadecimal number and the number is padded with
- zeros. This is equivalent to a format string of "0X". If the flag
+ zeros. This is equivalent to a format string of "0x". If the flag
'L' is not specified, then the argument is assumed to be an int.
This does not follow ANSI C.
- d