Documentation: i2c: correct spelling
[sfrench/cifs-2.6.git] / Documentation / i2c / smbus-protocol.rst
index 4942c4cad4adabde16cc24ee82dc219b2dd38a40..adc87456c99d217138650d7d527d454d2a4c33b6 100644 (file)
@@ -238,7 +238,7 @@ This is implemented in the following way in the Linux kernel:
 * I2C bus drivers trigger SMBus Host Notify by a call to
   i2c_handle_smbus_host_notify().
 * I2C drivers for devices which can trigger SMBus Host Notify will have
-  client->irq assigned to a Host Notify IRQ if noone else specified an other.
+  client->irq assigned to a Host Notify IRQ if no one else specified another.
 
 There is currently no way to retrieve the data parameter from the client.