Improve the other instance of the comment.
authorDuncan Sands <baldrick@free.fr>
Sun, 1 Nov 2009 19:16:21 +0000 (19:16 +0000)
committerDuncan Sands <baldrick@free.fr>
Sun, 1 Nov 2009 19:16:21 +0000 (19:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85733 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Utils/BasicBlockUtils.h

index 1dc5a960e049be841b3560988c97005b81f5dd62..8172114d8b6cf9b392008d839c71fcd42defd4c7 100644 (file)
@@ -128,7 +128,7 @@ bool isCriticalEdge(const TerminatorInst *TI, unsigned SuccNum,
 ///
 /// It is invalid to call this function on a critical edge that starts at an
 /// IndirectBrInst.  Splitting these edges will almost always create an invalid
-/// program because the addr of the new block won't be the one that is jumped
+/// program because the address of the new block won't be the one that is jumped
 /// to.
 ///
 BasicBlock *SplitCriticalEdge(TerminatorInst *TI, unsigned SuccNum,