From: Nico Weber Date: Fri, 25 Aug 2017 18:41:41 +0000 (+0000) Subject: Fix typo in comment, no behavior change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8846be39d9c0ff0fada9800ed8d2cb6d6365b262;p=clang Fix typo in comment, no behavior change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311790 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGCleanup.cpp b/lib/CodeGen/CGCleanup.cpp index b5453bc11e..22055b2cb9 100644 --- a/lib/CodeGen/CGCleanup.cpp +++ b/lib/CodeGen/CGCleanup.cpp @@ -1096,7 +1096,7 @@ void CodeGenFunction::EmitBranchThroughCleanup(JumpDest Dest) { break; } - // Otherwise, tell the scope that there's a jump propoagating + // Otherwise, tell the scope that there's a jump propagating // through it. If this isn't new information, all the rest of // the work has been done before. if (!Scope.addBranchThrough(Dest.getBlock()))