Fix a typo in a comment in i2c.h. It was originally fixed by Corey Minyard in Linux 2.6. http://linux.bkbits.net:8080/linux-2.5/diffs/include/linux/i2c.h at 1.48 --- linux-2.4.30-rc1/include/linux/i2c.h.orig 2005-03-19 13:16:55.000000000 +0100 +++ linux-2.4.30-rc1/include/linux/i2c.h 2005-03-19 13:17:40.000000000 +0100 @@ -193,7 +193,7 @@ char name[32]; /* textual description */ unsigned int id; - /* If an adapter algorithm can't to I2C-level access, set master_xfer + /* If an adapter algorithm can't do I2C-level access, set master_xfer to NULL. If an adapter algorithm can do SMBus access, set smbus_xfer. If set to NULL, the SMBus protocol is simulated using common I2C messages */ -- Jean Delvare