There is a typo in comment. We should fix this.
Signed-off-by: Degao Lan <landegao@sina.com>
---
include/linux/i2c.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/i2c.h b/include/linux/i2c.h
index 20fd41b51..f1136cff0 100644
--- a/include/linux/i2c.h
+++ b/include/linux/i2c.h
@@ -335,7 +335,7 @@ struct i2c_client {
/* Must equal I2C_M_TEN below */
#define I2C_CLIENT_SLAVE 0x20 /* we are the slave */
#define I2C_CLIENT_HOST_NOTIFY 0x40 /* We want to use I2C host notify */
-#define I2C_CLIENT_WAKE 0x80 /* for board_info; true iff can wake */
+#define I2C_CLIENT_WAKE 0x80 /* for board_info; true if can wake */
#define I2C_CLIENT_SCCB 0x9000 /* Use Omnivision SCCB protocol */
/* Must match I2C_M_STOP|IGNORE_NAK */
--
2.34.1