From c5222f156f46d35261b393d415a94bf296944f85 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 13 Feb 2015 06:07:29 +0000 Subject: [PATCH] Fix a typo in a comment. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229071 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86ISelLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1