diff -r cb2891afe526 -r 998e8def9676 src/lemon/lp_base.h --- a/src/lemon/lp_base.h Fri Apr 22 16:20:12 2005 +0000 +++ b/src/lemon/lp_base.h Fri Apr 22 17:47:01 2005 +0000 @@ -464,7 +464,7 @@ ///Creates a new LP problem LpSolverBase &newLp() {return _newLp();} - ///Make a copy of the LP problem + ///Makes a copy of the LP problem LpSolverBase ©Lp() {return _copyLp();} ///\name Build up and modify of the LP