summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.cpp
diff options
context:
space:
mode:
authororbitcowboy <ettl.martin78@gmail.com>2014-12-02 12:32:06 (GMT)
committerorbitcowboy <ettl.martin78@gmail.com>2014-12-02 12:32:06 (GMT)
commit8ff67ad01abfe97b43de0ef1799c8b798d725ab9 (patch)
tree6bb5f448a25ef4e27450542b70a80dea9ca224ce /src/vhdldocgen.cpp
parent3b10b5b61a190018a46a05793d6c179e5fe3ea3b (diff)
downloadDoxygen-8ff67ad01abfe97b43de0ef1799c8b798d725ab9.zip
Doxygen-8ff67ad01abfe97b43de0ef1799c8b798d725ab9.tar.gz
Doxygen-8ff67ad01abfe97b43de0ef1799c8b798d725ab9.tar.bz2
Fixed typos in comments.
Diffstat (limited to 'src/vhdldocgen.cpp')
-rw-r--r--src/vhdldocgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdldocgen.cpp b/src/vhdldocgen.cpp
index a4e9906..3f7cd1d 100644
--- a/src/vhdldocgen.cpp
+++ b/src/vhdldocgen.cpp
@@ -737,7 +737,7 @@ MemberDef* VhdlDocGen::findMember(const QCString& className, const QCString& mem
if (mdef) return mdef;
// nothing found so far
- // if we are an architecture or package body search in entitiy
+ // if we are an architecture or package body search in entity
if ((VhdlDocGen::VhdlClasses)cd->protection()==VhdlDocGen::ARCHITECTURECLASS ||
(VhdlDocGen::VhdlClasses)cd->protection()==VhdlDocGen::PACKBODYCLASS)