Fix a typo in a comment. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229071 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Craig Topper 2015-02-13 06:07:29 +00:00
parent d4f1c60bf5
commit c5222f156f

View 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