[llvm-commits] CVS: llvm/lib/AsmParser/llvmAsmParser.y
Misha Brukman
brukman at cs.uiuc.edu
Mon Aug 18 09:30:01 PDT 2003
Changes in directory llvm/lib/AsmParser:
llvmAsmParser.y updated: 1.117 -> 1.118
---
Log message:
Spell `necessary' correctly.
---
Diffs of the changes:
Index: llvm/lib/AsmParser/llvmAsmParser.y
diff -u llvm/lib/AsmParser/llvmAsmParser.y:1.117 llvm/lib/AsmParser/llvmAsmParser.y:1.118
--- llvm/lib/AsmParser/llvmAsmParser.y:1.117 Wed Jul 23 10:30:00 2003
+++ llvm/lib/AsmParser/llvmAsmParser.y Mon Aug 18 09:29:26 2003
@@ -107,7 +107,7 @@
if (I != GlobalRefs.end()) {
GlobalVariable *OldGV = I->second; // Get the placeholder...
- I->first.second.destroy(); // Free string memory if neccesary
+ I->first.second.destroy(); // Free string memory if necessary
// Loop over all of the uses of the GlobalValue. The only thing they are
// allowed to be is ConstantPointerRef's.
More information about the llvm-commits
mailing list