* src/tgba/succiter.hh: Adjust comments about promises to

refer to accepting conditions.
* src/tgba/tgbabddconcretefactory.hh: Likewise.
* src/tgba/tgbabddcoredata.hh: Likewise.
* src/tgba/dictunion.cc: Likewise.
* src/tgba/tgba.hh: Likewise.
This commit is contained in:
Alexandre Duret-Lutz 2003-06-26 14:44:21 +00:00
parent 0b3d2c1325
commit 8e3a24ad5c
5 changed files with 37 additions and 30 deletions

View file

@ -56,8 +56,8 @@ namespace spot
/// \brief Perfom final computations before the relation can be used.
///
/// This function should be called after all propositions, state,
/// promise, and constraints have been declared, and before calling
/// get_code_data() or get_dict().
/// accepting conditions, and constraints have been declared, and
/// before calling get_code_data() or get_dict().
void finish();
private: