diff -r 114920bd21ef -r 58f70400e139 lemon/maps.h --- a/lemon/maps.h Wed Apr 15 07:05:32 2009 +0100 +++ b/lemon/maps.h Wed Apr 15 07:07:25 2009 +0100 @@ -2728,8 +2728,8 @@ /// \brief Potential difference map /// - /// PotentialMap returns the difference between the potentials of the - /// source and target nodes of each arc in a digraph, i.e. it returns + /// PotentialDifferenceMap returns the difference between the potentials of + /// the source and target nodes of each arc in a digraph, i.e. it returns /// \code /// potential[gr.target(arc)] - potential[gr.source(arc)]. /// \endcode