* src/tgba/tgba.hh, src/tgbaalgos/ltl2tgba_fm.hh,

src/tgbaalgos/ltl2tgba_lacim.hh, src/tgbaalgos/stats.hh: Typos.
This commit is contained in:
Alexandre Duret-Lutz 2004-11-17 17:45:01 +00:00
parent a1262a30fb
commit 321177331d
5 changed files with 8 additions and 5 deletions

View file

@ -36,7 +36,7 @@ namespace spot
unsigned states;
};
/// \brief Compute statistics for an automata.
/// \brief Compute statistics for an automaton.
tgba_statistics stats_reachable(const tgba* g);
/// @}