Index: /trunk/FACT++/src/StateMachineImp.cc
===================================================================
--- /trunk/FACT++/src/StateMachineImp.cc	(revision 10299)
+++ /trunk/FACT++/src/StateMachineImp.cc	(revision 10300)
@@ -646,5 +646,5 @@
 //!
 //! @returns
-//!    The state name as stored in fStateName is returned corresponding
+//!    The state name as stored in fStateNames is returned, corresponding
 //!    to the state given. If no name exists the number is returned
 //!    as string.
@@ -656,9 +656,18 @@
 }
 
-const string StateMachineImp::GetStateDoc(int state) /*const*/
+// --------------------------------------------------------------------------
+//
+//! @param state
+//!    The state for which the name should be returned.
+//!
+//! @returns
+//!    The description of a state name as stored in fStateNames is returned,
+//!    corresponding to the state given. If no name exists an empty string is
+//!    returned.
+//!
+const string StateMachineImp::GetStateDesc(int state) /*const*/
 {
     return fStateNames[state].second;
 }
-
 
 // --------------------------------------------------------------------------
