BaseTools: Various typo
Various typo in BaseTools. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Coeur <coeur@gmx.fr> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
committed by
Liming Gao
parent
325ad62260
commit
fb0b35e05f
@@ -1394,7 +1394,7 @@ tclass()
|
||||
/* MR23 */ if (p!= NULL && akaString != NULL) {
|
||||
/* MR23 */ if (p->akaString != NULL) {
|
||||
/* MR23 */ if (strcmp(p->akaString,akaString) != 0) {
|
||||
/* MR23 */ warnFL(eMsg2("this #tokclass statment conflicts with a previous #tokclass %s(\"%s\") statement",
|
||||
/* MR23 */ warnFL(eMsg2("this #tokclass statement conflicts with a previous #tokclass %s(\"%s\") statement",
|
||||
/* MR23 */ t,p->akaString),
|
||||
/* MR23 */ FileStr[save_file],save_line);
|
||||
/* MR23 */ };
|
||||
@@ -1635,7 +1635,7 @@ token()
|
||||
if (te != NULL && akaString != NULL) {
|
||||
if (te->akaString != NULL) {
|
||||
if (strcmp(te->akaString,akaString) != 0) {
|
||||
warnFL(eMsg2("this #token statment conflicts with a previous #token %s(\"%s\") statement",
|
||||
warnFL(eMsg2("this #token statement conflicts with a previous #token %s(\"%s\") statement",
|
||||
t,te->akaString),
|
||||
FileStr[save_file],save_line);
|
||||
};
|
||||
|
Reference in New Issue
Block a user