[GIT] ppl/ppl(pip): Typo fixed.

Module: ppl/ppl Branch: pip Commit: 362c6c0bcf47be85d7b4c9848738be5f84b17c93 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=362c6c0bcf47b...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Tue Aug 25 21:06:10 2009 +0200
Typo 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 82a1d3a..fa3c9c7 100644 --- a/src/PIP_Tree.defs.hh +++ b/src/PIP_Tree.defs.hh @@ -102,7 +102,7 @@ public: //! Returns a const pointer to the \p b (true or false) branch of \p *this. const PIP_Tree_Node* child_node(bool b) const;
- //! Returns a pointer to the \v (true or false) branch of \p *this. + //! Returns a pointer to the \p v (true or false) branch of \p *this. PIP_Tree_Node* child_node(bool v);
//! Returns the system of constraints controlling \p *this.
participants (1)
-
Roberto Bagnara