[ccan] [PATCH] aga: trivial: fix description of aga_bfs

David Gibson david at gibson.dropbear.id.au
Tue Sep 27 11:31:00 AEST 2016


On Mon, Sep 26, 2016 at 05:27:00PM -0400, Emilio G. Cota wrote:
> Signed-off-by: Emilio G. Cota <cota at braap.org>

Applied to master, thanks.

> ---
>  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.
>   */

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/ccan/attachments/20160927/1cb51843/attachment.sig>


More information about the ccan mailing list