From: Craig Topper Date: Fri, 13 Feb 2015 06:07:29 +0000 (+0000) Subject: Fix a typo in a comment. NFC X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c5222f156f46d35261b393d415a94bf296944f85;p=oota-llvm.git Fix a typo in a comment. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229071 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 3c2e27af8f2..05f1fc340cd 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -10065,7 +10065,7 @@ static bool canWidenShuffleElements(ArrayRef 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