[llvm-commits] CVS: llvm/lib/Target/X86/Printer.cpp
Misha Brukman
brukman at cs.uiuc.edu
Sun Oct 19 23:04:00 PDT 2003
Changes in directory llvm/lib/Target/X86:
Printer.cpp updated: 1.65 -> 1.66
---
Log message:
The Grammar Police was here.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/X86/Printer.cpp
diff -u llvm/lib/Target/X86/Printer.cpp:1.65 llvm/lib/Target/X86/Printer.cpp:1.66
--- llvm/lib/Target/X86/Printer.cpp:1.65 Sun Oct 19 22:42:58 2003
+++ llvm/lib/Target/X86/Printer.cpp Sun Oct 19 23:03:10 2003
@@ -722,7 +722,7 @@
}
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
More information about the llvm-commits
mailing list