diff options
Diffstat (limited to 'hw/i2c.h')
| -rw-r--r-- | hw/i2c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i2c.h b/hw/i2c.h index 17e52e7e80..9330ae8521 100644 --- a/hw/i2c.h +++ b/hw/i2c.h @@ -10,7 +10,7 @@ enum i2c_event { I2C_START_RECV, I2C_START_SEND, I2C_FINISH, - I2C_NACK /* Masker NACKed a recieve byte. */ + I2C_NACK /* Masker NACKed a receive byte. */ }; typedef struct i2c_slave i2c_slave; |