Skip to content

Commit

Permalink
Update csrc/bfs.h
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Hinkle <[email protected]>
  • Loading branch information
naoyam and jacobhinkle authored Jan 3, 2025
1 parent 8fe36dd commit e4440b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/bfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ class BFS {
};

// Unlike the default BFS behavior, Expr is considered ready to
// visit as long as one of the inputs or outputs has its dependency met
// visit as long as one of the inputs or outputs has any of its dependencies met
template <
typename ExprT,
typename ValT,
Expand Down

0 comments on commit e4440b2

Please sign in to comment.