aboutsummaryrefslogtreecommitdiffstats
path: root/hw/i2c.h
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-07-11 22:48:58 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-07-11 22:48:58 +0000
commitaa1f17c18d3778b10a93b858c10c075ee023487a (patch)
tree7ac8d036c10169cd3bd59df69055150d592491a8 /hw/i2c.h
parent4a1a170759e7036dd597e1db3bd2a7688760d6d3 (diff)
Spelling fixes, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3066 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/i2c.h')
-rw-r--r--hw/i2c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i2c.h b/hw/i2c.h
index 17e52e7e8..9330ae852 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;