summaryrefslogtreecommitdiffstats
path: root/src/tclscanner.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2017-05-16 18:55:15 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2017-05-16 18:55:15 (GMT)
commit88ff6e5931896a0798997a226e846e75a99f8802 (patch)
tree4a0bcf775dfb69be5ab4496593c0eb0084e0bc9b /src/tclscanner.l
parent5fc82b2275e202438ac61b070ac5f4be0df792d6 (diff)
parentd61fb93918ae32f82aa0024a24e8916802f7255b (diff)
downloadDoxygen-88ff6e5931896a0798997a226e846e75a99f8802.zip
Doxygen-88ff6e5931896a0798997a226e846e75a99f8802.tar.gz
Doxygen-88ff6e5931896a0798997a226e846e75a99f8802.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src/tclscanner.l')
-rw-r--r--src/tclscanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tclscanner.l b/src/tclscanner.l
index d0d8ca0..e50d9c1 100644
--- a/src/tclscanner.l
+++ b/src/tclscanner.l
@@ -542,7 +542,7 @@ static void tcl_name(const QCString &ns0, const QCString &name0, QCString &ns, Q
static void tcl_name_SnippetAware(const QCString &ns0, const QCString &name0, QCString &ns, QCString &name)
{
// If we are inside an inlined code snippet then ns0
- // already containes the complete namespace path.
+ // already contains the complete namespace path.
// Any namespace qualifiers in name0 are redundant.
int i = name0.findRev("::");
if (i>=0 && tcl.memberdef)