From b6192747e0102e7d497106cd1c83454bda6f27dd Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Tue, 17 Oct 2006 14:24:24 +0000 Subject: [PATCH] Fixed typo. --- master/slave.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/slave.h b/master/slave.h index cbf68e89..a7adfb9f 100644 --- a/master/slave.h +++ b/master/slave.h @@ -68,7 +68,7 @@ typedef enum 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; -- GitLab