* src/neverparse/public.hh: Typo in comment.

This commit is contained in:
Alexandre Duret-Lutz 2014-08-05 16:37:21 +02:00
parent f9d85d7d2e
commit 7299fcda2c

View file

@ -38,7 +38,7 @@ namespace spot
/// \brief A list of parser diagnostics, as filled by parse.
typedef std::list<neverclaim_parse_error> neverclaim_parse_error_list;
/// \brief Build a spot::tgba_explicit from a Spin never claim file.
/// \brief Build a spot::tgba_digraph from a Spin never claim file.
/// \param filename The name of the file to parse.
/// \param error_list A list that will be filled with
/// parse errors that occured during parsing.