Skip to content

Commit

Permalink
i2c: smbus: fix typo in commet
Browse files Browse the repository at this point in the history
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
  • Loading branch information
Shailendra221188 authored and Wolfram Sang committed May 31, 2015
1 parent 0e6dd6a commit edc9102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/i2c-smbus.c
Expand Up @@ -89,7 +89,7 @@ static void smbus_alert(struct work_struct *work)
* to high, because of slave transmit arbitration. After
* responding, an SMBus device stops asserting SMBALERT#.
*
* Note that SMBus 2.0 reserves 10-bit addresess for future
* Note that SMBus 2.0 reserves 10-bit addresses for future
* use. We neither handle them, nor try to use PEC here.
*/
status = i2c_smbus_read_byte(ara);
Expand Down

0 comments on commit edc9102

Please sign in to comment.