summaryrefslogtreecommitdiff
path: root/lib/Target
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-10-16 23:45:05 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-10-16 23:45:05 +0000
commit45f0b6dd56289b2f6c1bfd48ab78fadf3001c7b4 (patch)
treea75c10c5c6950607674b79b4d5dbe7771cf75d7d /lib/Target
parent661ab811d8bbc6500f8ad3051041fa94951d1480 (diff)
downloadllvm-45f0b6dd56289b2f6c1bfd48ab78fadf3001c7b4.tar.gz
llvm-45f0b6dd56289b2f6c1bfd48ab78fadf3001c7b4.tar.bz2
llvm-45f0b6dd56289b2f6c1bfd48ab78fadf3001c7b4.tar.xz
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9187 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/X86/X86CodeEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86CodeEmitter.cpp b/lib/Target/X86/X86CodeEmitter.cpp
index 9b9d06c261..aaac24848c 100644
--- a/lib/Target/X86/X86CodeEmitter.cpp
+++ b/lib/Target/X86/X86CodeEmitter.cpp
@@ -176,7 +176,7 @@ namespace {
}
/// addPassesToEmitMachineCode - Add passes to the specified pass manager to get
-/// machine code emitted. This uses a MAchineCodeEmitter object to handle
+/// machine code emitted. This uses a MachineCodeEmitter object to handle
/// actually outputting the machine code and resolving things like the address
/// of functions. This method should returns true if machine code emission is
/// not supported.