summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/yyindent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qdoc3/yyindent.cpp')
-rw-r--r--tools/qdoc3/yyindent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/yyindent.cpp b/tools/qdoc3/yyindent.cpp
index 66cf90b6dc..9dc288314c 100644
--- a/tools/qdoc3/yyindent.cpp
+++ b/tools/qdoc3/yyindent.cpp
@@ -719,7 +719,7 @@ static int indentForContinuationLine()
delimDepth--;
/*
An unclosed delimiter is a good place to align at,
- at least for some styles (including Trolltech's).
+ at least for some styles (including Qt's).
*/
if ( delimDepth == -1 )
hook = j;