]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Ecc/C.g
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / C.g
index e344088f36326647e838e4b3b12960c4862c006f..4affd61eccdecdd971f136c23d002f6fdf0e9e7e 100644 (file)
@@ -23,7 +23,7 @@ options {
 ## @file\r
 # The file defines the Lexer for C source files.\r
 #\r
-# THIS FILE IS AUTO-GENENERATED. PLEASE DON NOT MODIFY THIS FILE.\r
+# THIS FILE IS AUTO-GENERATED. PLEASE DO NOT MODIFY THIS FILE.\r
 # This file is generated by running:\r
 # java org.antlr.Tool C.g\r
 #\r
@@ -44,7 +44,7 @@ options {
 ## @file\r
 # The file defines the parser for C source files.\r
 #\r
-# THIS FILE IS AUTO-GENENERATED. PLEASE DON NOT MODIFY THIS FILE.\r
+# THIS FILE IS AUTO-GENERATED. PLEASE DO NOT MODIFY THIS FILE.\r
 # This file is generated by running:\r
 # java org.antlr.Tool C.g\r
 #\r
@@ -653,11 +653,11 @@ UnicodeEscape
 WS  :  (' '|'\r'|'\t'|'\u000C'|'\n') {$channel=HIDDEN;}\r
     ;\r
 \r
-// ingore '\' of line concatenation\r
+// ignore '\' of line concatenation\r
 BS  : ('\\') {$channel=HIDDEN;}\r
     ;\r
     \r
-// ingore function modifiers\r
+// ignore function modifiers\r
 //FUNC_MODIFIERS  : 'EFIAPI' {$channel=HIDDEN;}\r
 //    ;\r
        \r