[llvm] r199007 - Fix 'ned' typo in doc comment
Alp Toker
alp at nuanti.com
Sat Jan 11 06:01:43 PST 2014
Author: alp
Date: Sat Jan 11 08:01:43 2014
New Revision: 199007
URL: http://llvm.org/viewvc/llvm-project?rev=199007&view=rev
Log:
Fix 'ned' typo in doc comment
Patch by Jasper Neumann!
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h?rev=199007&r1=199006&r2=199007&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h Sat Jan 11 08:01:43 2014
@@ -627,7 +627,7 @@ public:
bool useVoidTy = false);
/// UpdateSplitBlock - When an MBB was split during scheduling, update the
- /// references that ned to refer to the last resulting block.
+ /// references that need to refer to the last resulting block.
void UpdateSplitBlock(MachineBasicBlock *First, MachineBasicBlock *Last);
private:
More information about the llvm-commits
mailing list