summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2014-12-02 17:25:27 +0000
committerSanjay Patel <spatel@rotateright.com>2014-12-02 17:25:27 +0000
commit57f033a0245483312fb4eb4fcbb32403057d1f7f (patch)
tree2d5b11a946c11ab8ebc18064f734aa9f4d4dea08 /llvm
parent24ec87debb76a59016e854a7b28bd8e99fa74dc5 (diff)
downloadbcm5719-llvm-57f033a0245483312fb4eb4fcbb32403057d1f7f.tar.gz
bcm5719-llvm-57f033a0245483312fb4eb4fcbb32403057d1f7f.zip
fix typo in comment
llvm-svn: 223127
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index 7faa58cf377..a52f3eb420f 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -165,7 +165,7 @@ static SDValue InsertSubVector(SDValue Result, SDValue Vec,
/// sets things up to match to an AVX VINSERTF128/VINSERTI128 or
/// AVX-512 VINSERTF32x4/VINSERTI32x4 instructions or a
/// simple superregister reference. Idx is an index in the 128 bits
-/// we want. It need not be aligned to a 128-bit bounday. That makes
+/// we want. It need not be aligned to a 128-bit boundary. That makes
/// lowering INSERT_VECTOR_ELT operations easier.
static SDValue Insert128BitVector(SDValue Result, SDValue Vec,
unsigned IdxVal, SelectionDAG &DAG,
OpenPOWER on IntegriCloud