[PATCH] aga: trivial: fix description of aga_bfs
"Emilio G. Cota" <[email protected]> Mon, 26 Sep 2016 17:27:00 -0400
| Newsgroups | org.ozlabs.lists.ccan |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Emilio G. Cota <[email protected]> --- ccan/aga/aga.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccan/aga/aga.h b/ccan/aga/aga.h index d09d4c7..e9bd1db 100644 --- a/ccan/aga/aga.h +++ b/ccan/aga/aga.h @@ -347,7 +347,7 @@ struct aga_node *aga_bfs_explore(struct aga_graph *g, struct aga_node *n); * * Performs a breadth first search. The block following this macro is * executed with @_n set first to @_start, then to each node reachable - * from @_start in depth first search order. + * from @_start in breadth-first search order. * * aga_bfs_start() must be called before this macro is used. */ -- 2.5.0 _______________________________________________ ccan mailing list [email protected] https://lists.ozlabs.org/listinfo/ccan