diff --git a/adeterminize/src/fsm/FsmUtils.h b/adeterminize/src/fsm/FsmUtils.h index 4a20587c1257e73fc5f45bfbe959adeac00da0f8..48e9e20559ce893336ca0b488d23559b8034fd07 100644 --- a/adeterminize/src/fsm/FsmUtils.h +++ b/adeterminize/src/fsm/FsmUtils.h @@ -29,7 +29,7 @@ class FsmUtils * from nondeterministic automaton. * * @param states set of states from nondeterministinc fsm - * @return name of state of deterministic automaton + * @return name of state */ static string buildStateName(const set<State>& states);