summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-11-04 13:39:24 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-11-04 13:39:24 (GMT)
commitf349b89d9c6f2692047848de8c0a6fa2a7f87b4d (patch)
tree92c9c852ac8148b334ebb737e9f0c3e0ad13f671
parentcc4675afcc5f6825b9302fd0915c0c4148f555ab (diff)
downloadDoxygen-f349b89d9c6f2692047848de8c0a6fa2a7f87b4d.zip
Doxygen-f349b89d9c6f2692047848de8c0a6fa2a7f87b4d.tar.gz
Doxygen-f349b89d9c6f2692047848de8c0a6fa2a7f87b4d.tar.bz2
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.
-rw-r--r--vhdlparser/vhdlparser.jj2
1 files changed, 1 insertions, 1 deletions
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] :
| <ARRAY_T: "array"> {VhdlParser::setLineParsed(ARRAY_T);}
| <ASSERT_T: "assert">
| <ASSUME_T: "assume">
-| <ASSUME_GUARANTEE_T: "assume_guarentee">
+| <ASSUME_GUARANTEE_T: "assume_guarantee">
| <ATTRIBUTE_T: "attribute"> {::vhdl::parser::VhdlParser::setLineParsed(ATTRIBUTE_T);}
| <BEGIN_T: "begin">
| <BLOCK_T: "block">