From a7c65f8b6449fbf87b73aa91af6a77ee99df6398 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 11 Nov 2019 23:27:06 -0500 Subject: spelling: implementation --- vhdlparser/CharStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12