Skip to content

Commit 8846be3

Browse files
committed
Fix typo in comment, no behavior change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311790 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent f53f0e7 commit 8846be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CodeGen/CGCleanup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ void CodeGenFunction::EmitBranchThroughCleanup(JumpDest Dest) {
10961096
break;
10971097
}
10981098

1099-
// Otherwise, tell the scope that there's a jump propoagating
1099+
// Otherwise, tell the scope that there's a jump propagating
11001100
// through it. If this isn't new information, all the rest of
11011101
// the work has been done before.
11021102
if (!Scope.addBranchThrough(Dest.getBlock()))

0 commit comments

Comments
 (0)