Skip to content

Commit 6e31cf1

Browse files
author
David Ungar
committed
Reword.
1 parent c273a61 commit 6e31cf1

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 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.
275275
///
276276
/// The traversal routines use
277277
/// \p visited to avoid endless recursion.

0 commit comments

Comments
 (0)