commit | 7a2bdde0a0eebcd2125055e0eacaca040f0b766c | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Apr 15 05:18:47 2011 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Apr 15 05:18:47 2011 +0000 |
tree | 1cd5fa470f290368855c9081cb213ed118812805 | |
parent | bcb8c6d09ee426e0f774e3412912f6ae9e5f78dd [diff] [blame] |
Fix a ton of comment typos found by codespell. Patch by Luis Felipe Strano Moraes! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129558 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86MCCodeEmitter.cpp b/lib/Target/X86/X86MCCodeEmitter.cpp index a2bd638..f195a67 100644 --- a/lib/Target/X86/X86MCCodeEmitter.cpp +++ b/lib/Target/X86/X86MCCodeEmitter.cpp
@@ -514,7 +514,7 @@ } // To only check operands before the memory address ones, start - // the search from the begining + // the search from the beginning if (IsDestMem) CurOp = 0;