summaryrefslogtreecommitdiffstats
path: root/vhdlparser/ParseException.cc
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.cc
parentacec2aee49044fe4b92b8a8734d061a84ad1e70f (diff)
downloadDoxygen-b550a04003c5d01afa5d3e28ac3ab12382eb52ca.zip
Doxygen-b550a04003c5d01afa5d3e28ac3ab12382eb52ca.tar.gz
Doxygen-b550a04003c5d01afa5d3e28ac3ab12382eb52ca.tar.bz2
spelling: following
Diffstat (limited to 'vhdlparser/ParseException.cc')
-rw-r--r--vhdlparser/ParseException.cc2
1 files changed, 1 insertions, 1 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;