Fix capitalization in comment to match function name.
authorCraig Topper <craig.topper@gmail.com>
Tue, 19 Feb 2013 07:43:59 +0000 (07:43 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 19 Feb 2013 07:43:59 +0000 (07:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175497 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 9ec05026133a4cd766844110432646c50457dfd7..9ed03cd1ee724859a27b446abdf3a285b247f25a 100644 (file)
@@ -10210,7 +10210,7 @@ static SDValue LowerVACOPY(SDValue Op, const X86Subtarget *Subtarget,
                        MachinePointerInfo(DstSV), MachinePointerInfo(SrcSV));
 }
 
-// getTargetVShiftNOde - Handle vector element shifts where the shift amount
+// getTargetVShiftNode - Handle vector element shifts where the shift amount
 // may or may not be a constant. Takes immediate version of shift as input.
 static SDValue getTargetVShiftNode(unsigned Opc, DebugLoc dl, EVT VT,
                                    SDValue SrcOp, SDValue ShAmt,