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/acpi/thermal.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/acpi/thermal.c')
-rw-r--r-- | drivers/acpi/thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index 99e6f1f8ea45..0c30ec094575 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c | |||
@@ -367,7 +367,7 @@ static int acpi_thermal_trips_update(struct acpi_thermal *tz, int flag) | |||
367 | /* | 367 | /* |
368 | * Treat freezing temperatures as invalid as well; some | 368 | * Treat freezing temperatures as invalid as well; some |
369 | * BIOSes return really low values and cause reboots at startup. | 369 | * BIOSes return really low values and cause reboots at startup. |
370 | * Below zero (Celcius) values clearly aren't right for sure.. | 370 | * Below zero (Celsius) values clearly aren't right for sure.. |
371 | * ... so lets discard those as invalid. | 371 | * ... so lets discard those as invalid. |
372 | */ | 372 | */ |
373 | if (ACPI_FAILURE(status) || | 373 | if (ACPI_FAILURE(status) || |