[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineCodeEmitter.h
Misha Brukman
brukman at cs.uiuc.edu
Mon Jul 14 12:18:18 PDT 2003
Changes in directory llvm/include/llvm/CodeGen:
MachineCodeEmitter.h updated: 1.12 -> 1.13
---
Log message:
The word `separate' only has one `e'.
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/MachineCodeEmitter.h
diff -u llvm/include/llvm/CodeGen/MachineCodeEmitter.h:1.12 llvm/include/llvm/CodeGen/MachineCodeEmitter.h:1.13
--- llvm/include/llvm/CodeGen/MachineCodeEmitter.h:1.12 Sun Jun 1 18:20:02 2003
+++ llvm/include/llvm/CodeGen/MachineCodeEmitter.h Mon Jul 14 12:17:11 2003
@@ -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.).
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list