From: Craig Topper Date: Tue, 19 Feb 2013 07:43:59 +0000 (+0000) Subject: Fix capitalization in comment to match function name. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f371e8926471996e520202cd092f5c84d2225a52;p=platform%2Fupstream%2Fllvm.git Fix capitalization in comment to match function name. llvm-svn: 175497 --- diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 9ec0502..9ed03cd 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -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,