]> granicus.if.org Git - clang/commitdiff
Fix comment.
authorTed Kremenek <kremenek@apple.com>
Wed, 1 Apr 2009 19:43:28 +0000 (19:43 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 1 Apr 2009 19:43:28 +0000 (19:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68236 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/BugReporter.cpp

index 94432c01ce2d9af3b986f41301e2cd2688bc49ce..434b2d5cde769376d4008e919d4df1b3507a4a93 100644 (file)
@@ -784,7 +784,7 @@ static void GenExtAddEdge(PathDiagnostic& PD,
   if (NewLoc == PrevLoc)
     return;
 
-  // Are we jumping between statements with the same compound statement?
+  // Are we jumping between statements within the same compound statement?
   if (!allowBlockJump)
     if (const Stmt *PS = PrevLoc.asStmt())
       if (const Stmt *NS = NewLoc.asStmt()) {