summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/EmitAssembly.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-07-14 17:20:40 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-07-14 17:20:40 +0000
commit7fdaab4f6822a4da046b3e059888b20b5cacfc5f (patch)
treee9f763ccf2c1acae39bed2cb90658d0419a3f82e /llvm/lib/Target/Sparc/EmitAssembly.cpp
parentc8ccfe90afd97546187d94c0d009e34337705c13 (diff)
downloadbcm5719-llvm-7fdaab4f6822a4da046b3e059888b20b5cacfc5f.tar.gz
bcm5719-llvm-7fdaab4f6822a4da046b3e059888b20b5cacfc5f.zip
The word `separate' only has one `e'.
llvm-svn: 7173
Diffstat (limited to 'llvm/lib/Target/Sparc/EmitAssembly.cpp')
-rw-r--r--llvm/lib/Target/Sparc/EmitAssembly.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/EmitAssembly.cpp b/llvm/lib/Target/Sparc/EmitAssembly.cpp
index f66b36f9be4..6080e99e73f 100644
--- a/llvm/lib/Target/Sparc/EmitAssembly.cpp
+++ b/llvm/lib/Target/Sparc/EmitAssembly.cpp
@@ -479,7 +479,7 @@ SparcFunctionAsmPrinter::emitBasicBlock(const MachineBasicBlock &MBB)
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
OpenPOWER on IntegriCloud