summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-08 20:00:15 +0000
committerChris Lattner <sabre@nondot.org>2009-02-08 20:00:15 +0000
commitc9e1b48449d79bf21fe5c650d8f2340c432ad169 (patch)
treeb5e2fcc2c3ae0ceedc1dd2586d9becc841e85c00 /llvm/lib/AsmParser
parent04c57c5bae3ba7b5b4819f50680c1fc64545ba81 (diff)
downloadbcm5719-llvm-c9e1b48449d79bf21fe5c650d8f2340c432ad169.tar.gz
bcm5719-llvm-c9e1b48449d79bf21fe5c650d8f2340c432ad169.zip
fix typo
llvm-svn: 64091
Diffstat (limited to 'llvm/lib/AsmParser')
-rw-r--r--llvm/lib/AsmParser/LLParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/AsmParser/LLParser.cpp b/llvm/lib/AsmParser/LLParser.cpp
index 3201e9887ce..4e5f6dde86d 100644
--- a/llvm/lib/AsmParser/LLParser.cpp
+++ b/llvm/lib/AsmParser/LLParser.cpp
@@ -466,7 +466,7 @@ bool LLParser::ParseGlobal(const std::string &Name, LocTy NameLoc,
}
if (isa<FunctionType>(Ty) || Ty == Type::LabelTy || Ty == Type::VoidTy)
- return Error(TyLoc, "invald type for global variable");
+ return Error(TyLoc, "invalid type for global variable");
GlobalVariable *GV = 0;
OpenPOWER on IntegriCloud