* src/twaalgos/stats.hh: Typo in comment.

This commit is contained in:
Alexandre Duret-Lutz 2015-05-11 19:45:43 +02:00
parent e026766219
commit 7b506a919c

View file

@ -51,7 +51,7 @@ namespace spot
/// \brief Compute statistics for an automaton.
SPOT_API tgba_statistics stats_reachable(const const_twa_ptr& g);
/// \brief Compute subended statistics for an automaton.
/// \brief Compute sub statistics for an automaton.
SPOT_API tgba_sub_statistics sub_stats_reachable(const const_twa_ptr& g);