diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2012-02-11 08:55:58 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-21 05:40:36 -0500 |
commit | a80581d0d1b11b2d4bbb9333c1cac5416714112d (patch) | |
tree | ca04b098a7bfadba28bf85e8896b90d4b4c0e86d /drivers/hwmon/tmp401.c | |
parent | f9dee311e54f8adc3b19192c2a372ef7ce381e9e (diff) |
Typos: change aditional to additional.
The below patch fixes some typos "aditional" to "additional", and also fixes
a comment with another word mispelled.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hwmon/tmp401.c')
-rw-r--r-- | drivers/hwmon/tmp401.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/tmp401.c b/drivers/hwmon/tmp401.c index 8b9a77486d57..951442adc067 100644 --- a/drivers/hwmon/tmp401.c +++ b/drivers/hwmon/tmp401.c | |||
@@ -624,7 +624,7 @@ static int tmp401_probe(struct i2c_client *client, | |||
624 | goto exit_remove; | 624 | goto exit_remove; |
625 | } | 625 | } |
626 | 626 | ||
627 | /* Register aditional tmp411 sysfs hooks */ | 627 | /* Register additional tmp411 sysfs hooks */ |
628 | if (data->kind == tmp411) { | 628 | if (data->kind == tmp411) { |
629 | for (i = 0; i < ARRAY_SIZE(tmp411_attr); i++) { | 629 | for (i = 0; i < ARRAY_SIZE(tmp411_attr); i++) { |
630 | err = device_create_file(&client->dev, | 630 | err = device_create_file(&client->dev, |