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