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

Module: ppl/ppl Branch: master Commit: 26e285985b65becc582a17ff71a6ebd85ebb6629 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=26e285985b65b...
Author: Roberto Bagnara roberto.bagnara@bugseng.com Date: Sun Mar 15 10:54:21 2015 +0100
Typo fixed.
---
src/Linear_Expression_defs.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Linear_Expression_defs.hh b/src/Linear_Expression_defs.hh index b45d2b2..97dea93 100644 --- a/src/Linear_Expression_defs.hh +++ b/src/Linear_Expression_defs.hh @@ -468,7 +468,7 @@ public:
//! Compares \p *this with \p i . /*! - \param x + \param i The %iterator that will be compared with *this. */ bool operator!=(const const_iterator& i) const;
participants (1)
-
Roberto Bagnara