]> 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 a34f5902bb7f96b074587eafde9c07dc2780c21a..4affd61eccdecdd971f136c23d002f6fdf0e9e7e 100644 (file)
@@ -1,8 +1,8 @@
 /* @file\r
  This file is used to be the grammar file of ECC tool\r
 \r
- Copyright (c) 2009 - 2010, Intel Corporation\r
All rights reserved. This program and the accompanying materials\r
+ Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+ This program and the accompanying materials\r
  are licensed and made available under the terms and conditions of the BSD License\r
  which accompanies this distribution.  The full text of the license may be found at\r
  http://opensource.org/licenses/bsd-license.php\r
@@ -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