diff options
Diffstat (limited to 'vhdlparser')
-rw-r--r-- | vhdlparser/ParseException.cc | 2 | ||||
-rw-r--r-- | vhdlparser/ParseException.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vhdlparser/ParseException.cc b/vhdlparser/ParseException.cc index 9f256d9..fa2002e 100644 --- a/vhdlparser/ParseException.cc +++ b/vhdlparser/ParseException.cc @@ -53,7 +53,7 @@ namespace parser { /** * This is the last token that has been consumed successfully. If * this object has been created due to a parse error, the token - * followng this token will (therefore) be the first error token. + * following this token will (therefore) be the first error token. */ Token currentToken; diff --git a/vhdlparser/ParseException.h b/vhdlparser/ParseException.h index c4afc27..c852a74 100644 --- a/vhdlparser/ParseException.h +++ b/vhdlparser/ParseException.h @@ -51,7 +51,7 @@ class ParseException { /** * This is the last token that has been consumed successfully. If * this object has been created due to a parse error, the token - * followng this token will (therefore) be the first error token. + * following this token will (therefore) be the first error token. */ Token currentToken; |