diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-01-03 21:55:15 +0100 |
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-01-03 21:55:15 +0100 |
| commit | 1cdad817aeac33568efebc5656908373330f7b34 (patch) | |
| tree | 2647729545e7424fc238e1a03e8bf945f7281974 /src/lib/eina_graph_dfs.h | |
| parent | 6f43f5f88e8be068a6397b2f0357d5297627559a (diff) | |
| download | eina_graph-1cdad817aeac33568efebc5656908373330f7b34.zip eina_graph-1cdad817aeac33568efebc5656908373330f7b34.tar.gz | |
fix small typo and indentation
Diffstat (limited to 'src/lib/eina_graph_dfs.h')
| -rw-r--r-- | src/lib/eina_graph_dfs.h | 2 |
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. */ |
