From 1d148fd9fdfa855443323e6c732c3fad113c87a5 Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
Date: Tue, 19 Feb 2008 10:58:08 +0000
Subject: [PATCH] Minor changes.

---
 master/fsm_mapping.h | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/master/fsm_mapping.h b/master/fsm_mapping.h
index d228e69f..74b41e4e 100644
--- a/master/fsm_mapping.h
+++ b/master/fsm_mapping.h
@@ -48,12 +48,10 @@
 
 /*****************************************************************************/
 
-typedef struct ec_fsm_mapping ec_fsm_mapping_t; /**< \see ec_fsm_slave */
+typedef struct ec_fsm_mapping ec_fsm_mapping_t; /**< \see ec_fsm_mapping */
 
-/**
- * Finite state machine of an EtherCAT slave.
+/** Pdo mapping state machine.
  */
-
 struct ec_fsm_mapping
 {
     void (*state)(ec_fsm_mapping_t *); /**< state function */
-- 
GitLab