From: Misha Brukman Date: Mon, 20 Oct 2003 04:03:10 +0000 (+0000) Subject: The Grammar Police was here. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=44ffd5adac4f0ca7fde21b8a496a332561cab0b4;p=oota-llvm.git The Grammar Police was here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9280 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/Printer.cpp b/lib/Target/X86/Printer.cpp index b2e656a5322..3df84008966 100644 --- a/lib/Target/X86/Printer.cpp +++ b/lib/Target/X86/Printer.cpp @@ -722,7 +722,7 @@ void Printer::printMachineInstruction(const MachineInstr *MI) { } case X86II::MRMSrcReg: { - // There is are three forms that are acceptable for MRMSrcReg instructions, + // There are three forms that are acceptable for MRMSrcReg instructions, // those with 3 and 2 operands: // // 3 Operands: in this form, the last register (the second input) is the diff --git a/lib/Target/X86/X86AsmPrinter.cpp b/lib/Target/X86/X86AsmPrinter.cpp index b2e656a5322..3df84008966 100644 --- a/lib/Target/X86/X86AsmPrinter.cpp +++ b/lib/Target/X86/X86AsmPrinter.cpp @@ -722,7 +722,7 @@ void Printer::printMachineInstruction(const MachineInstr *MI) { } case X86II::MRMSrcReg: { - // There is are three forms that are acceptable for MRMSrcReg instructions, + // There are three forms that are acceptable for MRMSrcReg instructions, // those with 3 and 2 operands: // // 3 Operands: in this form, the last register (the second input) is the