Fixed typo.
authorFlorian Pose <fp@igh-essen.com>
Tue, 17 Oct 2006 14:24:24 +0000
changeset 406 e4f531d0d62d
parent 405 61d5d6457fa6
child 407 b73c9f7be5a1
Fixed typo.
master/slave.h
--- a/master/slave.h	Tue Oct 17 14:22:19 2006 +0000
+++ b/master/slave.h	Tue Oct 17 14:24:24 2006 +0000
@@ -68,7 +68,7 @@
     EC_SLAVE_STATE_OP = 0x08,
     /**< OP (mailbox communication and input/output update) */
     EC_SLAVE_STATE_ACK_ERR = 0x10
-    /**< Acknoledge/Error bit (no actual state) */
+    /**< Acknowledge/Error bit (no actual state) */
 }
 ec_slave_state_t;