lemon/dfs.h
changeset 1540 7d028a73d7f2
parent 1536 308150155bb5
child 1631 e15162d8eca1
     1.1 --- a/lemon/dfs.h	Mon Jul 04 17:51:07 2005 +0000
     1.2 +++ b/lemon/dfs.h	Tue Jul 05 14:36:10 2005 +0000
     1.3 @@ -644,7 +644,7 @@
     1.4      ///
     1.5      ///\return The length of the %DFS s---t path if there exists one,
     1.6      ///0 otherwise.
     1.7 -    ///\note Apart from the return value, d.run(s) is
     1.8 +    ///\note Apart from the return value, d.run(s,t) is
     1.9      ///just a shortcut of the following code.
    1.10      ///\code
    1.11      ///  d.init();