From: Emilio G. Cota Date: Mon, 26 Sep 2016 21:27:00 +0000 (-0400) Subject: aga: trivial: fix description of aga_bfs X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=7e1fa675736a638c0ea1b8246d6844bd329a1174 aga: trivial: fix description of aga_bfs Signed-off-by: Emilio G. Cota Signed-off-by: David Gibson --- diff --git a/ccan/aga/aga.h b/ccan/aga/aga.h index d09d4c72..e9bd1dbc 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. */