i2c: smbus: Fix spelling mistake in the comments
authorKeyur Patel <iamkeyur96@gmail.com>
Fri, 12 Jun 2020 21:26:35 +0000 (17:26 -0400)
committerWolfram Sang <wsa@kernel.org>
Fri, 19 Jun 2020 08:09:16 +0000 (10:09 +0200)
Fix spelling mistake in the comments with help of `codespell`.
seperate ==> separate

Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/i2c-core-smbus.c

index b34d2ff..56bb840 100644 (file)
@@ -4,7 +4,7 @@
  *
  * This file contains the SMBus functions which are always included in the I2C
  * core because they can be emulated via I2C. SMBus specific extensions
- * (e.g. smbalert) are handled in a seperate i2c-smbus module.
+ * (e.g. smbalert) are handled in a separate i2c-smbus module.
  *
  * All SMBus-related things are written by Frodo Looijaard <frodol@dds.nl>
  * SMBus 2.0 support by Mark Studebaker <mdsxyz123@yahoo.com> and