]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix typos in comments.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 6 Feb 2009 03:57:01 +0000 (03:57 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 6 Feb 2009 03:57:01 +0000 (03:57 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7447 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/BasePrintLib/PrintLibInternal.c

index a9a53866e724aca9190a5980ed39e743b862e5f6..67d60fb255569f3a4049e0943750ca7648be7a27 100644 (file)
@@ -490,8 +490,8 @@ BasePrintLibVSPrint (
       case 'd':\r
         if ((Flags & LONG_TYPE) == 0) {\r
           //\r
-          // 'd','x', and 'X' that are not preceeded by 'l' or 'L' are assumed to be type "int".\r
-          // This assumption is made so the format string defintion is compatible with the ANSI C\r
+          // 'd','x', and 'X' that are not preceded by 'l' or 'L' are assumed to be type "int".\r
+          // This assumption is made so the format string definition is compatible with the ANSI C\r
           // Specification for formatted strings.  It is recommended that the Base Types be used \r
           // everywhere, but in this one case, compliance with ANSI C is more important, and \r
           // provides an implementation that is compatible with that largest possible set of CPU \r
@@ -526,8 +526,8 @@ BasePrintLibVSPrint (
           Comma = FALSE;\r
           if ((Flags & LONG_TYPE) == 0 && Value < 0) {\r
             //\r
-            // 'd','x', and 'X' that are not preceeded by 'l' or 'L' are assumed to be type "int".\r
-            // This assumption is made so the format string defintion is compatible with the ANSI C\r
+            // 'd','x', and 'X' that are not preceded by 'l' or 'L' are assumed to be type "int".\r
+            // This assumption is made so the format string definition is compatible with the ANSI C\r
             // Specification for formatted strings.  It is recommended that the Base Types be used \r
             // everywhere, but in this one case, compliance with ANSI C is more important, and \r
             // provides an implementation that is compatible with that largest possible set of CPU \r