diff -r 9ffff9051a4b -r e6368948d5f7 lemon/min_cost_flow.h --- a/lemon/min_cost_flow.h Sun Sep 16 14:21:12 2007 +0000 +++ b/lemon/min_cost_flow.h Wed Sep 19 23:35:27 2007 +0000 @@ -39,7 +39,7 @@ /// \note \ref lemon::MinCostFlow "MinCostFlow" is just an alias for /// \ref lemon::NetworkSimplex "NetworkSimplex", wich is the most /// efficient implementation for the minimum cost flow problem in the - /// Lemon library according to our benchmark tests. + /// LEMON library according to our benchmark tests. /// /// \note There are three implementations for the minimum cost flow /// problem, that can be used in the same way.