diff -r dbaf21739390 -r 7bf489cf624e lemon/karp_mmc.h --- a/lemon/karp_mmc.h Fri Mar 15 17:19:17 2013 +0100 +++ b/lemon/karp_mmc.h Sat Mar 16 13:14:35 2013 +0100 @@ -270,8 +270,8 @@ /// found cycle. /// /// If you don't call this function before calling \ref run() or - /// \ref findCycleMean(), it will allocate a local \ref Path "path" - /// structure. The destuctor deallocates this automatically + /// \ref findCycleMean(), a local \ref Path "path" structure + /// will be allocated. The destuctor deallocates this automatically /// allocated object, of course. /// /// \note The algorithm calls only the \ref lemon::Path::addFront()