summaryrefslogtreecommitdiffstats
path: root/src/vhdljjparser.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-10-09 17:11:31 (GMT)
committerGitHub <noreply@github.com>2019-10-09 17:11:31 (GMT)
commit24b30300000cc14798cb7665a50094df7c1668e3 (patch)
tree9dc5277a20353c2db55757ae7d2790e1a9702587 /src/vhdljjparser.cpp
parent85e8a034209a1accf8d4ac6d9b4d2fa49d84d349 (diff)
parent9b9c2c6101be61baefb73b0c414e93381070e21b (diff)
downloadDoxygen-24b30300000cc14798cb7665a50094df7c1668e3.zip
Doxygen-24b30300000cc14798cb7665a50094df7c1668e3.tar.gz
Doxygen-24b30300000cc14798cb7665a50094df7c1668e3.tar.bz2
Merge pull request #7283 from luzpaz/typos
Fix typos
Diffstat (limited to 'src/vhdljjparser.cpp')
-rw-r--r--src/vhdljjparser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdljjparser.cpp b/src/vhdljjparser.cpp
index 9a817dc..ae10f4d 100644
--- a/src/vhdljjparser.cpp
+++ b/src/vhdljjparser.cpp
@@ -340,7 +340,7 @@ void VhdlParser::addCompInst(const char *n, const char* instName, const char* co
{
current->args=lastCompound->name; // architecture name
}
- current->includeName=comp; // component/enity/configuration
+ current->includeName=comp; // component/entity/configuration
int u=genLabels.find("|",1);
if (u>0)
{
@@ -579,7 +579,7 @@ void VhdlParser::addProto(const char *s1,const char *s2,const char *s3,
* .....
* library
* package
- * enity zzz
+ * entity zzz
* .....
* and so on..
*/