summaryrefslogtreecommitdiffstats
path: root/vhdlparser/ParseException.h
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-11-12 04:26:48 (GMT)
committerJosh Soref <jsoref@users.noreply.github.com>2019-11-12 04:26:48 (GMT)
commitb550a04003c5d01afa5d3e28ac3ab12382eb52ca (patch)
treed2d7b91431419a47119d8a7fcc940c5af6faa961 /vhdlparser/ParseException.h
parentacec2aee49044fe4b92b8a8734d061a84ad1e70f (diff)
downloadDoxygen-b550a04003c5d01afa5d3e28ac3ab12382eb52ca.zip
Doxygen-b550a04003c5d01afa5d3e28ac3ab12382eb52ca.tar.gz
Doxygen-b550a04003c5d01afa5d3e28ac3ab12382eb52ca.tar.bz2
spelling: following
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 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;