aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/Printer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/X86/Printer.cpp')
-rw-r--r--lib/Target/X86/Printer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/Printer.cpp b/lib/Target/X86/Printer.cpp
index 31ac00f729..f19b3422ae 100644
--- a/lib/Target/X86/Printer.cpp
+++ b/lib/Target/X86/Printer.cpp
@@ -665,7 +665,7 @@ void Printer::printMachineInstruction(const MachineInstr *MI) {
// like: add r32, r/m32
//
// 3 Operands: in this form, we can have 'INST R1, R2, imm', which is used
- // for instructions like the IMULri instructions.
+ // for instructions like the IMULrri instructions.
//
//
assert(MI->getOperand(0).isRegister() &&