Fix 'ned' typo in doc comment

Patch by Jasper Neumann!

llvm-svn: 199007
This commit is contained in:
Alp Toker 2014-01-11 14:01:43 +00:00
parent f0a245944e
commit 798060e006
1 changed files with 1 additions and 1 deletions

View File

@ -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: