aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/DocumentXML.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Frontend/DocumentXML.cpp')
-rw-r--r--lib/Frontend/DocumentXML.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/DocumentXML.cpp b/lib/Frontend/DocumentXML.cpp
index 776fa6dcda..6dcb6ae45a 100644
--- a/lib/Frontend/DocumentXML.cpp
+++ b/lib/Frontend/DocumentXML.cpp
@@ -48,7 +48,7 @@ void DocumentXML::Indent() {
//---------------------------------------------------------
DocumentXML& DocumentXML::toParent() {
- assert(NodeStack.size() > 1 && "to much backtracking");
+ assert(NodeStack.size() > 1 && "too much backtracking");
if (HasCurrentNodeSubNodes) {
Indent();