Fix a comment.
authorDan Gohman <gohman@apple.com>
Mon, 9 Nov 2009 17:06:51 +0000 (17:06 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 9 Nov 2009 17:06:51 +0000 (17:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86558 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineBasicBlock.h

index 585ee147a1a635b2e9ec6f1194751f5d322f273f..95fd6a4ec6b392de34e9723d862fd61ec0f12d0c 100644 (file)
@@ -246,7 +246,7 @@ public:
   
   /// transferSuccessors - Transfers all the successors from MBB to this
   /// machine basic block (i.e., copies all the successors fromMBB and
-  /// remove all the successors fromBB).
+  /// remove all the successors from fromMBB).
   void transferSuccessors(MachineBasicBlock *fromMBB);
   
   /// isSuccessor - Return true if the specified MBB is a successor of this