diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-20 04:03:10 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-20 04:03:10 +0000 |
| commit | 42856eb1bda8423ab0267b8a81af8620055a0a29 (patch) | |
| tree | d68e9ebc0e73c0c6528ce426912ace3f1201cf5b /llvm/lib/Target/X86/Printer.cpp | |
| parent | c265fdc3bb70edf1cd6a68702323b98b33c27b29 (diff) | |
| download | bcm5719-llvm-42856eb1bda8423ab0267b8a81af8620055a0a29.tar.gz bcm5719-llvm-42856eb1bda8423ab0267b8a81af8620055a0a29.zip | |
The Grammar Police was here.
llvm-svn: 9280
Diffstat (limited to 'llvm/lib/Target/X86/Printer.cpp')
| -rw-r--r-- | llvm/lib/Target/X86/Printer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/Printer.cpp b/llvm/lib/Target/X86/Printer.cpp index b2e656a5322..3df84008966 100644 --- a/llvm/lib/Target/X86/Printer.cpp +++ b/llvm/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 |

