]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/VfrCompile/Pccts/antlr/antlr.g
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / C / VfrCompile / Pccts / antlr / antlr.g
index e01728a1024f3ae05a9dc53cbcd2f1221f6de701..c44b036c6fb7247a917c83fca71c5e265b01307b 100644 (file)
@@ -1331,7 +1331,7 @@ tclass    :       <<char *t=NULL; TCnode *e; int go=1,tok,totok; TermEntry *p, *term, *to
 /* MR23 */         if (p!= NULL && akaString != NULL) {\r
 /* MR23 */           if (p->akaString != NULL) {\r
 /* MR23 */             if (strcmp(p->akaString,akaString) != 0) {\r
-/* MR23 */                warnFL(eMsg2("this #tokclass statment conflicts with a previous #tokclass %s(\"%s\") statement",\r
+/* MR23 */                warnFL(eMsg2("this #tokclass statement conflicts with a previous #tokclass %s(\"%s\") statement",\r
 /* MR23 */                              t,p->akaString),\r
 /* MR23 */                                         FileStr[save_file],save_line);\r
 /* MR23 */             };\r
@@ -1439,7 +1439,7 @@ token     :       <<char *t=NULL, *e=NULL, *a=NULL; int tnum=0;>>
                 if (te != NULL && akaString != NULL) {\r
                   if (te->akaString != NULL) {\r
                     if (strcmp(te->akaString,akaString) != 0) {\r
-                      warnFL(eMsg2("this #token statment conflicts with a previous #token %s(\"%s\") statement",\r
+                      warnFL(eMsg2("this #token statement conflicts with a previous #token %s(\"%s\") statement",\r
                                     t,te->akaString),\r
                         FileStr[save_file],save_line);\r
                     };\r