fix typo in comment; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 24 Feb 2015 16:11:05 +0000 (16:11 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 24 Feb 2015 16:11:05 +0000 (16:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230338 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index f27c522f24c95c86fce58f9bc915d87c9795f385..f4f796e5ed17daf4b8ddae3c8e2d8a4cacabbc1c 100644 (file)
@@ -22902,7 +22902,7 @@ static SDValue PerformINSERTPSCombine(SDNode *N, SelectionDAG &DAG,
   if (MayFoldLoad(Ld)) {
     // Extract the countS bits from the immediate so we can get the proper
     // address when narrowing the vector load to a specific element.
-    // When the second source op is a memory address, interps doesn't use
+    // When the second source op is a memory address, insertps doesn't use
     // countS and just gets an f32 from that address.
     unsigned DestIndex =
         cast<ConstantSDNode>(N->getOperand(2))->getZExtValue() >> 6;