diff options
Diffstat (limited to 'vhdlparser/ParseException.h')
-rw-r--r-- | vhdlparser/ParseException.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vhdlparser/ParseException.h b/vhdlparser/ParseException.h index 1f3a3dc..b025912 100644 --- a/vhdlparser/ParseException.h +++ b/vhdlparser/ParseException.h @@ -50,7 +50,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; |