From: Ted Kremenek Date: Wed, 10 Mar 2010 16:38:41 +0000 (+0000) Subject: Fix stale comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7118f7c379a652a910f92c4566cffceb2a8b5fe;p=clang Fix stale comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98160 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Checker/RegionStore.cpp b/lib/Checker/RegionStore.cpp index 8723aff047..a6e9f28f87 100644 --- a/lib/Checker/RegionStore.cpp +++ b/lib/Checker/RegionStore.cpp @@ -1868,7 +1868,7 @@ Store RegionStoreManager::RemoveDeadBindings(Store store, Stmt* Loc, for (RegionBindings::iterator I = B.begin(), E = B.end(); I != E; ++I) { const BindingKey &K = I.getKey(); - // If the cluster has been marked null, we know the region has been marked. + // If the cluster has been visited, we know the region has been marked. if (W.isVisited(K.getRegion())) continue;