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/CellSPU/SPUISelLowering.cpp b/lib/Target/CellSPU/SPUISelLowering.cpp index 743a4d7..8668da3 100644 --- a/lib/Target/CellSPU/SPUISelLowering.cpp +++ b/lib/Target/CellSPU/SPUISelLowering.cpp
@@ -705,7 +705,7 @@ offset )); - // Shift the low similarily + // Shift the low similarly // TODO: add SPUISD::SHL_BYTES low = DAG.getNode(SPUISD::SHL_BYTES, dl, MVT::i128, low, offset );