summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/TGParser.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-03-26 16:17:51 +0000
committerJim Grosbach <grosbach@apple.com>2009-03-26 16:17:51 +0000
commit975c1cb41a92884c587db3c5c4282870a6b5377d (patch)
tree51604704d74447cb608155079e19b37e2e569381 /llvm/utils/TableGen/TGParser.cpp
parentdd76524d76b75140c5685bcf57c34aa04eb4d9a3 (diff)
downloadbcm5719-llvm-975c1cb41a92884c587db3c5c4282870a6b5377d.tar.gz
bcm5719-llvm-975c1cb41a92884c587db3c5c4282870a6b5377d.zip
fix a few spelling errors and typos
llvm-svn: 67758
Diffstat (limited to 'llvm/utils/TableGen/TGParser.cpp')
-rw-r--r--llvm/utils/TableGen/TGParser.cpp2
1 files changed, 1 insertions, 1 deletions
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();
OpenPOWER on IntegriCloud