diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineCodeEmitter.h')
-rw-r--r-- | include/llvm/CodeGen/MachineCodeEmitter.h | 2 |
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.). // //===----------------------------------------------------------------------===// |