summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/VfrCompile/Pccts/antlr/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/VfrCompile/Pccts/antlr/lex.c')
-rw-r--r--BaseTools/Source/C/VfrCompile/Pccts/antlr/lex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Source/C/VfrCompile/Pccts/antlr/lex.c b/BaseTools/Source/C/VfrCompile/Pccts/antlr/lex.c
index a4e7f69b36..357b8ace01 100644
--- a/BaseTools/Source/C/VfrCompile/Pccts/antlr/lex.c
+++ b/BaseTools/Source/C/VfrCompile/Pccts/antlr/lex.c
@@ -640,7 +640,7 @@ Junction *q;
*
*/
-/* MR5 Jan Mikkelsen 26-May-97 - added initalComma parameter */
+/* MR5 Jan Mikkelsen 26-May-97 - added initialComma parameter */
void
#ifdef __USE_PROTOS
@@ -696,7 +696,7 @@ FILE *output;
&pSeparator,
&nest);
- /* MR26 Handle rule arguments such as: IIR_Bool (IIR_Decl::*contstraint)()
+ /* MR26 Handle rule arguments such as: IIR_Bool (IIR_Decl::*constraint)()
For this we need to strip off anything which follows the symbol.
*/