summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Ecc/C.g
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/Python/Ecc/C.g')
-rw-r--r--BaseTools/Source/Python/Ecc/C.g8
1 files changed, 4 insertions, 4 deletions
diff --git a/BaseTools/Source/Python/Ecc/C.g b/BaseTools/Source/Python/Ecc/C.g
index e344088..4affd61 100644
--- a/BaseTools/Source/Python/Ecc/C.g
+++ b/BaseTools/Source/Python/Ecc/C.g
@@ -23,7 +23,7 @@ options {
## @file
# The file defines the Lexer for C source files.
#
-# THIS FILE IS AUTO-GENENERATED. PLEASE DON NOT MODIFY THIS FILE.
+# THIS FILE IS AUTO-GENERATED. PLEASE DO NOT MODIFY THIS FILE.
# This file is generated by running:
# java org.antlr.Tool C.g
#
@@ -44,7 +44,7 @@ options {
## @file
# The file defines the parser for C source files.
#
-# THIS FILE IS AUTO-GENENERATED. PLEASE DON NOT MODIFY THIS FILE.
+# THIS FILE IS AUTO-GENERATED. PLEASE DO NOT MODIFY THIS FILE.
# This file is generated by running:
# java org.antlr.Tool C.g
#
@@ -653,11 +653,11 @@ UnicodeEscape
WS : (' '|'\r'|'\t'|'\u000C'|'\n') {$channel=HIDDEN;}
;
-// ingore '\' of line concatenation
+// ignore '\' of line concatenation
BS : ('\\') {$channel=HIDDEN;}
;
-// ingore function modifiers
+// ignore function modifiers
//FUNC_MODIFIERS : 'EFIAPI' {$channel=HIDDEN;}
// ;