summaryrefslogtreecommitdiffstats
path: root/vhdlparser/ParseException.h
diff options
context:
space:
mode:
Diffstat (limited to 'vhdlparser/ParseException.h')
-rw-r--r--vhdlparser/ParseException.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhdlparser/ParseException.h b/vhdlparser/ParseException.h
index c36613f..4a22772 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;