diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2009-03-13 12:15:26 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:22:03 -0400 |
commit | b731d7b6a7b4c2ca4b5e9384cb5197e4e8204651 (patch) | |
tree | b3defc5e45ab634786995cb44d543617a9af7d69 /drivers/power/bq27x00_battery.c | |
parent | a4e49cb69e7dc87359bbdf1613d1ed872b9c9ebe (diff) |
trivial: Fix misspelling of "Celsius".
A few comments say "Celcius"; this fixes them. No code changes.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/power/bq27x00_battery.c')
-rw-r--r-- | drivers/power/bq27x00_battery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/bq27x00_battery.c b/drivers/power/bq27x00_battery.c index 0c056fcc01ce..62bb98124e26 100644 --- a/drivers/power/bq27x00_battery.c +++ b/drivers/power/bq27x00_battery.c | |||
@@ -83,7 +83,7 @@ static int bq27x00_read(u8 reg, int *rt_value, int b_single, | |||
83 | } | 83 | } |
84 | 84 | ||
85 | /* | 85 | /* |
86 | * Return the battery temperature in Celcius degrees | 86 | * Return the battery temperature in Celsius degrees |
87 | * Or < 0 if something fails. | 87 | * Or < 0 if something fails. |
88 | */ | 88 | */ |
89 | static int bq27x00_battery_temperature(struct bq27x00_device_info *di) | 89 | static int bq27x00_battery_temperature(struct bq27x00_device_info *di) |