Fix a typo in a comment. NFC
authorCraig Topper <craig.topper@gmail.com>
Fri, 13 Feb 2015 06:07:29 +0000 (06:07 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 13 Feb 2015 06:07:29 +0000 (06:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229071 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 3c2e27af8f254bd2cf8b38209b59c3678f95cae6..05f1fc340cd595bb344915669331f9bc83bbdaaf 100644 (file)
@@ -10065,7 +10065,7 @@ static bool canWidenShuffleElements(ArrayRef<int> Mask,
   return true;
 }
 
-/// \brief Generic routine to split ector shuffle into half-sized shuffles.
+/// \brief Generic routine to split vector shuffle into half-sized shuffles.
 ///
 /// This routine just extracts two subvectors, shuffles them independently, and
 /// then concatenates them back together. This should work effectively with all