From f349b89d9c6f2692047848de8c0a6fa2a7f87b4d Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 4 Nov 2019 14:39:24 +0100 Subject: Spelling corrections for vhdl directory Spelling corrections as found by codespell and in #561. `assume_guarentee` is not a vhdl keyword, `assume_guarantee` is. A number of spelling errors are in generated code (through javacc) and have been reported upstrean (https://github.com/javacc/javacc/pull/118) Corection of `guarded_signal_specificatio` to `guarded_signal_specification` is not possible as `guarded_signal_specification` exists as well. --- vhdlparser/vhdlparser.jj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vhdlparser/vhdlparser.jj b/vhdlparser/vhdlparser.jj index 126118c..a3d6731 100644 --- a/vhdlparser/vhdlparser.jj +++ b/vhdlparser/vhdlparser.jj @@ -134,7 +134,7 @@ TOKEN [IGNORE_CASE] : | {VhdlParser::setLineParsed(ARRAY_T);} | | -| +| | {::vhdl::parser::VhdlParser::setLineParsed(ATTRIBUTE_T);} | | -- cgit v0.12