summaryrefslogtreecommitdiffstats
path: root/vhdlparser
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-11-12 04:27:06 (GMT)
committerJosh Soref <jsoref@users.noreply.github.com>2019-11-12 04:27:06 (GMT)
commita7c65f8b6449fbf87b73aa91af6a77ee99df6398 (patch)
treea1c7f265174d91a3f3984ec3cd241aafdf6ad9e3 /vhdlparser
parent3098ee986df6295fa148d2b24efe8339922aa3d2 (diff)
downloadDoxygen-a7c65f8b6449fbf87b73aa91af6a77ee99df6398.zip
Doxygen-a7c65f8b6449fbf87b73aa91af6a77ee99df6398.tar.gz
Doxygen-a7c65f8b6449fbf87b73aa91af6a77ee99df6398.tar.bz2
spelling: implementation
Diffstat (limited to 'vhdlparser')
-rw-r--r--vhdlparser/CharStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhdlparser/CharStream.h b/vhdlparser/CharStream.h
index a955d8e..212fadf 100644
--- a/vhdlparser/CharStream.h
+++ b/vhdlparser/CharStream.h
@@ -64,7 +64,7 @@ public:
* Backs up the input stream by amount steps. Lexer calls this method if it
* had already read some characters, but could not use them to match a
* (longer) token. So, they will be used again as the prefix of the next
- * token and it is the implemetation's responsibility to do this right.
+ * token and it is the implementation's responsibility to do this right.
*/
virtual inline void backup(int amount) {
inBuf += amount;