From: Mike Stump Date: Wed, 16 Sep 2009 20:41:09 +0000 (+0000) Subject: Fix spelling. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=197c8d9ef0186d92aaaee2a72c6a09f139d6914e;p=clang Fix spelling. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82078 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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();