]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Fix grammar in comment
authorStefan Weil <sw@weilnetz.de>
Mon, 7 Apr 2014 17:42:59 +0000 (19:42 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 18 Apr 2014 06:33:36 +0000 (10:33 +0400)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/i2c/smbus_eeprom.c

index 86f35c11de7c6426375a517d3b4eb6dcf8c6e86a..72c09cba6b657fd5681d58a8a550f67534779dd3 100644 (file)
@@ -71,7 +71,7 @@ static void eeprom_write_data(SMBusDevice *dev, uint8_t cmd, uint8_t *buf, int l
     printf("eeprom_write_byte: addr=0x%02x cmd=0x%02x val=0x%02x\n",
            dev->i2c.address, cmd, buf[0]);
 #endif
-    /* An page write operation is not a valid SMBus command.
+    /* A page write operation is not a valid SMBus command.
        It is a block write without a length byte.  Fortunately we
        get the full block anyway.  */
     /* TODO: Should this set the current location?  */