[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp
Misha Brukman
brukman at cs.uiuc.edu
Mon Jul 14 12:19:02 PDT 2003
Changes in directory llvm/lib/VMCore:
AsmWriter.cpp updated: 1.90 -> 1.91
---
Log message:
The word `separate' only has one `e'.
---
Diffs of the changes:
Index: llvm/lib/VMCore/AsmWriter.cpp
diff -u llvm/lib/VMCore/AsmWriter.cpp:1.90 llvm/lib/VMCore/AsmWriter.cpp:1.91
--- llvm/lib/VMCore/AsmWriter.cpp:1.90 Sat Jun 28 15:08:24 2003
+++ llvm/lib/VMCore/AsmWriter.cpp Mon Jul 14 12:18:22 2003
@@ -686,7 +686,7 @@
int Slot = Table.getValSlot(BB);
Out << "\n; <label>:";
if (Slot >= 0)
- Out << Slot; // Extra newline seperates out label's
+ Out << Slot; // Extra newline separates out label's
else
Out << "<badref>";
}
More information about the llvm-commits
mailing list