]> granicus.if.org Git - clang/commitdiff
Fix typo in comment, no behavior change.
authorNico Weber <nicolasweber@gmx.de>
Fri, 25 Aug 2017 18:41:41 +0000 (18:41 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 25 Aug 2017 18:41:41 +0000 (18:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311790 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGCleanup.cpp

index b5453bc11e305ff7dd5e10619f5f4cb51e8437bd..22055b2cb9029b5701ee27485d3e04f14616992e 100644 (file)
@@ -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()))