[llvm] r175497 - Fix capitalization in comment to match function name.

Craig Topper craig.topper at gmail.com
Mon Feb 18 23:43:59 PST 2013


Author: ctopper
Date: Tue Feb 19 01:43:59 2013
New Revision: 175497

URL: http://llvm.org/viewvc/llvm-project?rev=175497&view=rev
Log:
Fix capitalization in comment to match function name.

Modified:
    llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=175497&r1=175496&r2=175497&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Tue Feb 19 01:43:59 2013
@@ -10210,7 +10210,7 @@ static SDValue LowerVACOPY(SDValue Op, c
                        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,





More information about the llvm-commits mailing list