aboutsummaryrefslogtreecommitdiff
path: root/gfsm/src/pd_state.h
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2006-04-20 09:42:14 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2006-04-20 09:42:14 +0000
commit5adb65e0a649725c83998245aeab5112e90267ef (patch)
treefe70dc056709982d76fc0e4c2c9712d1cdc2dc90 /gfsm/src/pd_state.h
parent0727bfcaf2bd48bf501a7fa95515c400a1996902 (diff)
v0.401: added experimental lookup() and paths()
svn path=/trunk/externals/moocow/; revision=4946
Diffstat (limited to 'gfsm/src/pd_state.h')
-rw-r--r--gfsm/src/pd_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfsm/src/pd_state.h b/gfsm/src/pd_state.h
index b2e7576..7bb96ee 100644
--- a/gfsm/src/pd_state.h
+++ b/gfsm/src/pd_state.h
@@ -3,7 +3,7 @@
* Author: Bryan Jurish <moocow@ling.uni-potsdam.de>
* Description: finite state automata for Pd
*
- * Copyright (c) 2004 Bryan Jurish.
+ * Copyright (c) 2004-2006 Bryan Jurish.
*
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution.
@@ -37,7 +37,7 @@
#include <pd_automaton.h>
/*--------------------------------------------------------------
- * pd_fsm_automaton_pd
+ * pd_gfsm_state
*/
typedef struct _pd_gfsm_state
{