[Lemon-commits] [lemon_svn] alpar: r2871 - hugo/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 21:50:56 CET 2006


Author: alpar
Date: Wed Jul 19 17:13:24 2006
New Revision: 2871

Modified:
   hugo/trunk/lemon/dfs.h

Log:
spellcheck


Modified: hugo/trunk/lemon/dfs.h
==============================================================================
--- hugo/trunk/lemon/dfs.h	(original)
+++ hugo/trunk/lemon/dfs.h	Wed Jul 19 17:13:24 2006
@@ -701,7 +701,7 @@
     ///For a node \c v it returns the 'previous node'
     ///of the %DFS tree,
     ///i.e. it returns the last but one node from a %DFS path from the
-    ///root(a) to \c /v.
+    ///root(s) to \c v.
     ///It is INVALID if \c v is unreachable from the root(s) or
     ///if \c v itself a root.
     ///The %DFS tree used here is equal to the %DFS



More information about the Lemon-commits mailing list