diff options
Diffstat (limited to 'hw/i2c.c')
| -rw-r--r-- | hw/i2c.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/i2c.c b/hw/i2c.c index f0d117c144..627bbfc4e1 100644 --- a/hw/i2c.c +++ b/hw/i2c.c @@ -51,8 +51,7 @@ int i2c_bus_busy(i2c_bus *bus) return bus->current_dev != NULL; } -/* Returns nonzero if the bus is already busy, or is the address is not - valid. */ +/* Returns non-zero if the address is not valid. */ /* TODO: Make this handle multiple masters. */ int i2c_start_transfer(i2c_bus *bus, int address, int recv) { |