aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineCodeEmitter.h
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
commitbc0e998c497446f5448425b3cbd7f8f19a458764 (patch)
tree03f1b93bb195c58c06d4db720f57f9c24f2b2512 /include/llvm/CodeGen/MachineCodeEmitter.h
parente3443a62814158945dae6365bfa1ae3d1acf7882 (diff)
downloadexternal_llvm-bc0e998c497446f5448425b3cbd7f8f19a458764.tar.gz
external_llvm-bc0e998c497446f5448425b3cbd7f8f19a458764.tar.bz2
external_llvm-bc0e998c497446f5448425b3cbd7f8f19a458764.zip
The word `separate' only has one `e'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7173 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineCodeEmitter.h')
-rw-r--r--include/llvm/CodeGen/MachineCodeEmitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineCodeEmitter.h b/include/llvm/CodeGen/MachineCodeEmitter.h
index c387354d46..df1394f60a 100644
--- a/include/llvm/CodeGen/MachineCodeEmitter.h
+++ b/include/llvm/CodeGen/MachineCodeEmitter.h
@@ -2,7 +2,7 @@
//
// This file defines an abstract interface that is used by the machine code
// emission framework to output the code. This allows machine code emission to
-// be seperated from concerns such as resolution of call targets, and where the
+// be separated from concerns such as resolution of call targets, and where the
// machine code will be written (memory or disk, f.e.).
//
//===----------------------------------------------------------------------===//