r311790 - Fix typo in comment, no behavior change.

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 25 11:41:41 PDT 2017


Author: nico
Date: Fri Aug 25 11:41:41 2017
New Revision: 311790

URL: http://llvm.org/viewvc/llvm-project?rev=311790&view=rev
Log:
Fix typo in comment, no behavior change.

Modified:
    cfe/trunk/lib/CodeGen/CGCleanup.cpp

Modified: cfe/trunk/lib/CodeGen/CGCleanup.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGCleanup.cpp?rev=311790&r1=311789&r2=311790&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGCleanup.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGCleanup.cpp Fri Aug 25 11:41:41 2017
@@ -1096,7 +1096,7 @@ void CodeGenFunction::EmitBranchThroughC
         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()))




More information about the cfe-commits mailing list