]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/VfrCompile/Pccts/CHANGES_FROM_133.txt
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / C / VfrCompile / Pccts / CHANGES_FROM_133.txt
index 2128c4ff25e9fbf179b7a874e2cfc2e438bcd825..4d84d1c19cfe87c9e6071fa708bf5322fbbe7783 100644 (file)
@@ -210,7 +210,7 @@ List of Implemented Fixes and Changes for Maintenance Releases of PCCTS
 \r
     Sorcerer generated code may contain many calls to _t->type() in a\r
     single statement.  This change introduces a temporary variable\r
-    to eliminate unnnecesary function calls.\r
+    to eliminate unnecesary function calls.\r
 \r
     Change implemented by Tom Molteno (tim videoscript.com).\r
 \r
@@ -525,11 +525,11 @@ List of Implemented Fixes and Changes for Maintenance Releases of PCCTS
 #275. (Changed in MR23) Addition of -nopurify option to antlr\r
 \r
     A long time ago the PURIFY macro was introduced to initialize\r
-    return value arguments and get rid of annying messages from program\r
-    that checked for unitialized variables.\r
+    return value arguments and get rid of annoying messages from program\r
+    that checked for uninitialized variables.\r
 \r
     This has caused significant annoyance for C++ users that had\r
-    classes with virtual functions or non-trivial contructors because\r
+    classes with virtual functions or non-trivial constructors because\r
     it would zero the object, including the pointer to the virtual\r
     function table.  This could be defeated by redefining\r
     the PURIFY macro to be empty, but it was a constant surprise to\r
@@ -656,12 +656,12 @@ List of Implemented Fixes and Changes for Maintenance Releases of PCCTS
 #266. (Changed in MR23) virtual function printMessage()\r
 \r
     Bill Menees (bill.menees gogallagher.com) has completed the\r
-    tedious taks of replacing all calls to fprintf() with calls\r
+    tedious tasks of replacing all calls to fprintf() with calls\r
     to the virtual function printMessage().  For classes which\r
     have a pointer to the parser it forwards the printMessage()\r
     call to the parser's printMessage() routine.\r
 \r
-    This should make it significanly easier to redirect pccts\r
+    This should make it significantly easier to redirect pccts\r
     error and warning messages.\r
 \r
 #265. (Changed in MR23) Remove "labase++" in C++ mode\r
@@ -1253,7 +1253,7 @@ List of Implemented Fixes and Changes for Maintenance Releases of PCCTS
 \r
 #228. (Changed in MR20) dlg crashes on "()"\r
 \r
-    The following token defintion will cause DLG to crash.\r
+    The following token definition will cause DLG to crash.\r
 \r
         #token "()"\r
 \r
@@ -1747,7 +1747,7 @@ List of Implemented Fixes and Changes for Maintenance Releases of PCCTS
 \r
 #195. (Changed in MR14) #line directive not at column 1\r
 \r
-      Under certain circunstances a predicate test could generate\r
+      Under certain circumstances a predicate test could generate\r
       a #line directive which was not at column 1.\r
 \r
       Reported with fix by David Kågedal  (davidk lysator.liu.se)\r
@@ -2319,7 +2319,7 @@ List of Implemented Fixes and Changes for Maintenance Releases of PCCTS
 #164. (Changed in MR13) Unused variable _astp\r
 \r
       For many compilations, we have lived with warnings about\r
-      the unused variable _astp.  It turns out that this varible\r
+      the unused variable _astp.  It turns out that this variable\r
       can *never* be used because the code which references it was\r
       commented out.\r
 \r