From 857e9996c7e3567b5d52808e922ac14c119527d4 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sun, 1 Nov 2009 19:16:21 +0000 Subject: Improve the other instance of the comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85733 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Utils/BasicBlockUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/Transforms/Utils/BasicBlockUtils.h') diff --git a/include/llvm/Transforms/Utils/BasicBlockUtils.h b/include/llvm/Transforms/Utils/BasicBlockUtils.h index 1dc5a960e0..8172114d8b 100644 --- a/include/llvm/Transforms/Utils/BasicBlockUtils.h +++ b/include/llvm/Transforms/Utils/BasicBlockUtils.h @@ -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, -- cgit v1.2.3