From 37f92e25689bacd2308c92f33d01163478cf5ad1 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 11 Sep 2003 22:34:13 +0000 Subject: Fixed spelling and grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8489 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bytecode/Reader/Reader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Bytecode/Reader/Reader.cpp') diff --git a/lib/Bytecode/Reader/Reader.cpp b/lib/Bytecode/Reader/Reader.cpp index 8a56f228b4..5277806cff 100644 --- a/lib/Bytecode/Reader/Reader.cpp +++ b/lib/Bytecode/Reader/Reader.cpp @@ -436,7 +436,7 @@ bool BytecodeParser::ParseModuleGlobalInfo(const unsigned char *&Buf, BCR_TRACE(2, "Global Variable of type: " << *Ty << "\n"); ResolveReferencesToValue(GV, (unsigned)DestSlot); - if (VarType & 2) { // Does it have an initalizer? + if (VarType & 2) { // Does it have an initializer? unsigned InitSlot; if (read_vbr(Buf, End, InitSlot)) return true; GlobalInits.push_back(std::make_pair(GV, InitSlot)); -- cgit v1.2.3-18-g5258