diff options
Diffstat (limited to 'vhdlparser/ParseException.cc')
-rw-r--r-- | vhdlparser/ParseException.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vhdlparser/ParseException.cc b/vhdlparser/ParseException.cc index 31ee7a3..99649af 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; |