aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/max6650.c
diff options
context:
space:
mode:
authorLABBE Corentin <clabbe.montjoie@gmail.com>2013-09-27 14:36:04 +0200
committerGuenter Roeck <linux@roeck-us.net>2013-10-18 09:12:02 -0700
commit84fb029faa05e1de229a68829cca5dcf85c79894 (patch)
tree32bb882b06a9fa3143eb36ad8e4f61cbf90ab371 /drivers/hwmon/max6650.c
parenthwmon: (gpio-fan) Include linux/of.h header (diff)
downloadlinux-dev-84fb029faa05e1de229a68829cca5dcf85c79894.tar.xz
linux-dev-84fb029faa05e1de229a68829cca5dcf85c79894.zip
hwmon: Correct some typos
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/max6650.c')
-rw-r--r--drivers/hwmon/max6650.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/max6650.c b/drivers/hwmon/max6650.c
index 3c16cbd4c002..0cafc390db4d 100644
--- a/drivers/hwmon/max6650.c
+++ b/drivers/hwmon/max6650.c
@@ -660,7 +660,7 @@ static int max6650_init_client(struct i2c_client *client)
/*
* If mode is set to "full off", we change it to "open loop" and
* set DAC to 255, which has the same effect. We do this because
- * there's no "full off" mode defined in hwmon specifcations.
+ * there's no "full off" mode defined in hwmon specifications.
*/
if ((config & MAX6650_CFG_MODE_MASK) == MAX6650_CFG_MODE_OFF) {