Commit 7e1fa675 authored by Emilio G. Cota's avatar Emilio G. Cota Committed by David Gibson

aga: trivial: fix description of aga_bfs

Signed-off-by: default avatarEmilio G. Cota <cota@braap.org>
Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent f9426172
......@@ -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.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment