summaryrefslogtreecommitdiffstats
path: root/util/lexgen/nfa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/lexgen/nfa.cpp')
-rw-r--r--util/lexgen/nfa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lexgen/nfa.cpp b/util/lexgen/nfa.cpp
index 10d92ced6f..2564b15df2 100644
--- a/util/lexgen/nfa.cpp
+++ b/util/lexgen/nfa.cpp
@@ -457,7 +457,7 @@ DFA DFA::minimize() const
}
/*
- qDebug() << "states to eliminiate:" << statesToEliminate.count();;
+ qDebug() << "states to eliminiate:" << statesToEliminate.count();
qDebug() << "merging" << statesToEliminate;
debug();
*/