diff -r 1e9cc7b2eabc -r 059dcdda37c5 lemon/dijkstra.h --- a/lemon/dijkstra.h Wed Sep 26 14:37:48 2007 +0000 +++ b/lemon/dijkstra.h Thu Sep 27 13:04:06 2007 +0000 @@ -665,7 +665,7 @@ ///\param nm must be a bool (or convertible) node map. The algorithm ///will stop when it reaches a node \c v with nm[v] true. /// - ///\return The reached node \c v with nm[v]<\tt> true or + ///\return The reached node \c v with nm[v] true or ///\c INVALID if no such node was found. template Node start(const NodeBoolMap &nm)