* src/tgbaalgos/hoaf.hh: Typos in comments.
This commit is contained in:
parent
3152c1a6cb
commit
4d82ca7055
1 changed files with 2 additions and 2 deletions
|
|
@ -44,10 +44,10 @@ namespace spot
|
||||||
/// \param g The automaton to output.
|
/// \param g The automaton to output.
|
||||||
/// \param f The (optional) formula associated to the automaton. If given
|
/// \param f The (optional) formula associated to the automaton. If given
|
||||||
/// it will be output as a comment.
|
/// it will be output as a comment.
|
||||||
/// \parama acceptance Force the type of acceptance mode used
|
/// \param a acceptance Force the type of acceptance mode used
|
||||||
/// in output.
|
/// in output.
|
||||||
/// \param alias Whether aliases should be used in output.
|
/// \param alias Whether aliases should be used in output.
|
||||||
/// \param newslines Whether to use newlines in output.
|
/// \param newlines Whether to use newlines in output.
|
||||||
SPOT_API std::ostream&
|
SPOT_API std::ostream&
|
||||||
hoaf_reachable(std::ostream& os,
|
hoaf_reachable(std::ostream& os,
|
||||||
const tgba* g,
|
const tgba* g,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue