OSDN Git Service

The Grammar Police was here.
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 20 Oct 2003 04:03:10 +0000 (04:03 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 20 Oct 2003 04:03:10 +0000 (04:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9280 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/Printer.cpp
lib/Target/X86/X86AsmPrinter.cpp

index b2e656a..3df8400 100644 (file)
@@ -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
index b2e656a..3df8400 100644 (file)
@@ -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