diff -r 1788205e36af -r dcefd1d1377f lemon/floyd_warshall.h --- a/lemon/floyd_warshall.h Mon Dec 19 09:43:13 2005 +0000 +++ b/lemon/floyd_warshall.h Mon Dec 19 09:47:10 2005 +0000 @@ -98,7 +98,7 @@ // The type of the length of the edges. typedef typename _LengthMap::Value Value; - /// \brief Operation traits for belmann-ford algorithm. + /// \brief Operation traits for floyd-warshall algorithm. /// /// It defines the infinity type on the given Value type /// and the used operation.