diff options
Diffstat (limited to 'src/tclscanner.l')
-rw-r--r-- | src/tclscanner.l | 2 |
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) |