mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Spelling fixes, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3066 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
4a1a170759
commit
aa1f17c18d
12 changed files with 17 additions and 17 deletions
2
hw/i2c.h
2
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue