Fix stale comment.
llvm-svn: 98160
diff --git a/clang/lib/Checker/RegionStore.cpp b/clang/lib/Checker/RegionStore.cpp
index 8723aff..a6e9f28 100644
--- a/clang/lib/Checker/RegionStore.cpp
+++ b/clang/lib/Checker/RegionStore.cpp
@@ -1868,7 +1868,7 @@
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;