* src/tgbaalgos/ltl2tgba_fm.hh: Fix comment.

This commit is contained in:
Alexandre Duret-Lutz 2014-08-10 18:34:40 +02:00
parent 70a6b70f89
commit cccb6edfdd

View file

@ -121,7 +121,7 @@ namespace spot
}
\endverbatim */
///
/// \return A spot::tgba_explicit that recognizes the language of \a f.
/// \return A spot::tgba_digraph that recognizes the language of \a f.
SPOT_API tgba_digraph*
ltl_to_tgba_fm(const ltl::formula* f, bdd_dict* dict,
bool exprop = false, bool symb_merge = true,