]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePrintLib/PrintLibInternal.c
Update function description to be consistent with code definition: HEX_RADIX => RADIX...
[mirror_edk2.git] / MdePkg / Library / BasePrintLib / PrintLibInternal.c
index cf5c28e6f77ec1db39dfde644a9a775b901dedaf..22d63eb1e6748f915e6ed5753ecd1994944e3724 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Print Library internal worker functions.\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
@@ -193,7 +193,7 @@ BasePrintLibConvertValueToString (
   ASSERT ((Flags & ~(LEFT_JUSTIFY | COMMA_TYPE | PREFIX_ZERO | RADIX_HEX)) == 0);\r
 \r
   //\r
-  // If both COMMA_TYPE and HEX_RADIX are set, then ASSERT ()\r
+  // If both COMMA_TYPE and RADIX_HEX are set, then ASSERT ()\r
   //\r
   ASSERT (((Flags & COMMA_TYPE) == 0) || ((Flags & RADIX_HEX) == 0));\r
 \r