summaryrefslogtreecommitdiffstats
path: root/src/lib/eina_graph_dfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/eina_graph_dfs.h')
-rw-r--r--src/lib/eina_graph_dfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eina_graph_dfs.h b/src/lib/eina_graph_dfs.h
index 7e596d6..1de0ac7 100644
--- a/src/lib/eina_graph_dfs.h
+++ b/src/lib/eina_graph_dfs.h
@@ -43,7 +43,7 @@ typedef struct _Eina_Graph_DFS_Opaque Eina_Graph_DFS;
*
* @param g the graph to build the DFS from.
* @param s the source vertex of the DFS.
- * @param r if est to EINA_TRUE, use recursive instead of stack based algo.
+ * @param r if set to EINA_TRUE, use recursive instead of stack based algo.
*
* @return a new Depth First Search.
*/