
Module: ppl/ppl Branch: master Commit: 15181d45d90d76c9f11b6919e009154c355808ca URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=15181d45d90d7...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sun Aug 19 11:44:26 2012 +0200
Comment fixed.
---
src/PIP_Tree.defs.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/PIP_Tree.defs.hh b/src/PIP_Tree.defs.hh index b6f27a7..ba53b33 100644 --- a/src/PIP_Tree.defs.hh +++ b/src/PIP_Tree.defs.hh @@ -63,7 +63,7 @@ protected:
/*! \brief Returns \c true if and only if all the nodes in the subtree - rooted in \p *this is owned by \p *pip. + rooted in \p *this are owned by \p *owner. */ virtual bool check_ownership(const PIP_Problem* owner) const = 0;