[llvm-commits] CVS: llvm/lib/Target/Sparc/EmitAssembly.cpp
Misha Brukman
brukman at cs.uiuc.edu
Mon Jul 14 12:18:01 PDT 2003
Changes in directory llvm/lib/Target/Sparc:
EmitAssembly.cpp updated: 1.81 -> 1.82
---
Log message:
The word `separate' only has one `e'.
---
Diffs of the changes:
Index: llvm/lib/Target/Sparc/EmitAssembly.cpp
diff -u llvm/lib/Target/Sparc/EmitAssembly.cpp:1.81 llvm/lib/Target/Sparc/EmitAssembly.cpp:1.82
--- llvm/lib/Target/Sparc/EmitAssembly.cpp:1.81 Thu Jul 10 14:42:11 2003
+++ llvm/lib/Target/Sparc/EmitAssembly.cpp Mon Jul 14 12:17:50 2003
@@ -479,7 +479,7 @@
for (MachineBasicBlock::const_iterator MII = MBB.begin(), MIE = MBB.end();
MII != MIE; ++MII)
emitMachineInst(*MII);
- toAsm << "\n"; // Seperate BB's with newlines
+ toAsm << "\n"; // Separate BB's with newlines
}
void
More information about the llvm-commits
mailing list