This commit is contained in:
Alexandre Duret-Lutz 2009-02-23 19:06:46 +01:00
parent ab8b2cbceb
commit 3d278663cd
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2009-02-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgba/tgbaproduct.cc (tgba_succ_iterator_product::first):
Typo in comment.
2009-02-23 Alexandre Duret-Lutz <adl@lrde.epita.fr> 2009-02-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgba/tgba.hh: Typos. * src/tgba/tgba.hh: Typos.

View file

@ -1,6 +1,6 @@
// Copyright (C) 2003, 2004, 2006 Laboratoire d'Informatique de Paris 6 (LIP6), // Copyright (C) 2003, 2004, 2006, 2009 Laboratoire d'Informatique de
// département Systèmes Répartis Coopératifs (SRC), Université Pierre // Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
// et Marie Curie. // Université Pierre et Marie Curie.
// //
// This file is part of Spot, a model checking library. // This file is part of Spot, a model checking library.
// //
@ -123,7 +123,7 @@ namespace spot
left_->first(); left_->first();
right_->first(); right_->first();
// If one of the two successor set is empty initially, we reset // If one of the two successor sets is empty initially, we reset
// right_, so that done() can detect this situation easily. (We // right_, so that done() can detect this situation easily. (We
// choose to reset right_ because this variable is already used by // choose to reset right_ because this variable is already used by
// done().) // done().)