Fix typo in comment.

llvm-svn: 9187
This commit is contained in:
Brian Gaeke 2003-10-16 23:45:05 +00:00
parent cd4ed60bdd
commit c05684ad22
1 changed files with 1 additions and 1 deletions

View File

@ -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.