aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/DocumentXML.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-09-16 20:41:09 +0000
committerMike Stump <mrs@apple.com>2009-09-16 20:41:09 +0000
commit197c8d9ef0186d92aaaee2a72c6a09f139d6914e (patch)
tree5a9f1f64a0770a226d89c1ad9980f3a212766e58 /lib/Frontend/DocumentXML.cpp
parent459789b8d2e3235e2f3342c393b7a78bd73c1347 (diff)
Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82078 91177308-0d34-0410-b5e6-96231b3b80d8
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();