File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -268,10 +268,10 @@ class DependencyGraph : public DependencyGraphImpl {
268
268
// / If you want to see how each node gets added to \p visited, pass a local
269
269
// / MarkTracer instance to \p tracer.
270
270
// /
271
- // / Assumes that some edge into the starting node is "cascading."
272
- // / Therefore, mark the start. For each
273
- // / visited node, add it to \p visited, and mark it if some incoming edge
274
- // / cascades. The start node is NOT added to \p visited.
271
+ // / Conservatively assumes that there exists a "cascading" edge into the
272
+ // / starting node. Therefore, mark the start. For each visited node, add it to
273
+ // / \p visited, and mark it if some incoming edge cascades. The start node is
274
+ // / NOT added to \p visited.
275
275
// /
276
276
// / The traversal routines use
277
277
// / \p visited to avoid endless recursion.
You can’t perform that action at this time.
0 commit comments