diff options
Diffstat (limited to 'vhdlparser/CharStream.h')
-rw-r--r-- | vhdlparser/CharStream.h | 2 |
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; |