Skip to content

Commit f2b5bf7

Browse files
author
David Ungar
committed
Fixes
1 parent 3463451 commit f2b5bf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/swift/Driver/DependencyGraph.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@ class DependencyGraph : public DependencyGraphImpl {
268268
/// If you want to see how each node gets added to \p visited, pass a local
269269
/// MarkTracer instance to \p tracer.
270270
///
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.
275275
///
276276
/// The traversal routines use
277277
/// \p visited to avoid endless recursion.

0 commit comments

Comments
 (0)