From 485396795f8bcaa88df894de2dbab5b4c41ddd1a Mon Sep 17 00:00:00 2001
From: Jan Vesely <janvesely@janvesely.net>
Date: Wed, 26 Mar 2014 14:56:15 +0100
Subject: [PATCH] small change in comment

---
 adeterminize/src/fsm/FsmUtils.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/adeterminize/src/fsm/FsmUtils.h b/adeterminize/src/fsm/FsmUtils.h
index 4a20587c12..48e9e20559 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);
 
-- 
GitLab