From 975c1cb41a92884c587db3c5c4282870a6b5377d Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Thu, 26 Mar 2009 16:17:51 +0000 Subject: fix a few spelling errors and typos llvm-svn: 67758 --- llvm/utils/TableGen/TGParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/utils/TableGen/TGParser.cpp') diff --git a/llvm/utils/TableGen/TGParser.cpp b/llvm/utils/TableGen/TGParser.cpp index 9d579c2ef7e..32ac719966c 100644 --- a/llvm/utils/TableGen/TGParser.cpp +++ b/llvm/utils/TableGen/TGParser.cpp @@ -527,7 +527,7 @@ Init *TGParser::ParseSimpleValue(Record *CurRec) { std::string Val = Lex.getCurStrVal(); Lex.Lex(); - // Handle multiple consequtive concatenated strings. + // Handle multiple consecutive concatenated strings. while (Lex.getCode() == tgtok::StrVal) { Val += Lex.getCurStrVal(); Lex.Lex(); -- cgit v1.2.3