* src/tgbaalgos/gtec/gtec.hh: Typos in comments.

This commit is contained in:
Alexandre Duret-Lutz 2004-07-12 11:16:12 +00:00
parent 844b17a211
commit 4cbc1d8856
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2004-07-12 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/gtec/gtec.hh: Typos in comments.
2004-07-09 Alexandre Duret-Lutz <adl@src.lip6.fr> 2004-07-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgba/state.hh (state_ptr_equal, state_ptr_hash): Fix Doxygen * src/tgba/state.hh (state_ptr_equal, state_ptr_hash): Fix Doxygen

View file

@ -60,7 +60,7 @@ namespace spot
/// The DFS stacks store tgba_succ_iterators, so that only the /// The DFS stacks store tgba_succ_iterators, so that only the
/// iterators which really are explored are computed. /// iterators which really are explored are computed.
/// ///
/// spot::emptiness_check_shy try to explore successors which are /// spot::emptiness_check_shy tries to explore successors which are
/// visited states first. this helps to merge SCCs and generally /// visited states first. this helps to merge SCCs and generally
/// helps to produce shorter counter-examples. However this /// helps to produce shorter counter-examples. However this
/// algorithm cannot stores unprocessed successors as /// algorithm cannot stores unprocessed successors as
@ -98,8 +98,8 @@ namespace spot
void remove_component(const state* start_delete); void remove_component(const state* start_delete);
}; };
/// \brief A version of spot::emptiness_check try to visit known /// \brief A version of spot::emptiness_check that tries to visit
/// states first. /// known states first.
/// ///
/// See the documentation for spot::emptiness_check /// See the documentation for spot::emptiness_check
class emptiness_check_shy : public emptiness_check class emptiness_check_shy : public emptiness_check