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 the starting node is "cascading"; that all dependencies must
272
- // / be dirty if the start is dirty. Therefore, mark the start. For each
273
- // / visited node, add it to visited, and mark it if it cascades. The start
274
- // / node is NOT added to visited.
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.
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