Fixed typo.

This commit is contained in:
Florian Pose 2006-10-17 14:24:24 +00:00
parent 900cc231e3
commit 6ede67c31d
1 changed files with 1 additions and 1 deletions

View File

@ -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;