diff options
Diffstat (limited to 'BaseTools/Source/Python/Ecc/CParser3')
-rw-r--r-- | BaseTools/Source/Python/Ecc/CParser3/CLexer.py | 2 | ||||
-rw-r--r-- | BaseTools/Source/Python/Ecc/CParser3/CParser.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Source/Python/Ecc/CParser3/CLexer.py b/BaseTools/Source/Python/Ecc/CParser3/CLexer.py index b9e57c1b55..17c1af6113 100644 --- a/BaseTools/Source/Python/Ecc/CParser3/CLexer.py +++ b/BaseTools/Source/Python/Ecc/CParser3/CLexer.py @@ -6,7 +6,7 @@ from antlr3.compat import set, frozenset ## @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
#
diff --git a/BaseTools/Source/Python/Ecc/CParser3/CParser.py b/BaseTools/Source/Python/Ecc/CParser3/CParser.py index a3ab8e7bf4..c63b0a556f 100644 --- a/BaseTools/Source/Python/Ecc/CParser3/CParser.py +++ b/BaseTools/Source/Python/Ecc/CParser3/CParser.py @@ -8,7 +8,7 @@ from antlr3.compat import set, frozenset ## @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
#
|