[llvm] r223127 - fix typo in comment

Sanjay Patel spatel at rotateright.com
Tue Dec 2 09:25:27 PST 2014


Author: spatel
Date: Tue Dec  2 11:25:27 2014
New Revision: 223127

URL: http://llvm.org/viewvc/llvm-project?rev=223127&view=rev
Log:
fix typo in comment

Modified:
    llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=223127&r1=223126&r2=223127&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Tue Dec  2 11:25:27 2014
@@ -165,7 +165,7 @@ static SDValue InsertSubVector(SDValue R
 /// 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,





More information about the llvm-commits mailing list