projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0562029
)
fix typo
author
Chris Lattner
<sabre@nondot.org>
Sun, 8 Feb 2009 20:00:15 +0000
(20:00 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 8 Feb 2009 20:00:15 +0000
(20:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64091
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/AsmParser/LLParser.cpp
patch
|
blob
|
history
diff --git
a/lib/AsmParser/LLParser.cpp
b/lib/AsmParser/LLParser.cpp
index 3201e9887ce41779517a25e3294dcfe35cdbec9f..4e5f6dde86d4540153e98200f21ccb8fafbbea6b 100644
(file)
--- a/
lib/AsmParser/LLParser.cpp
+++ b/
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, "inval
i
d type for global variable");
GlobalVariable *GV = 0;