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/input | |
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/input')
-rw-r--r-- | drivers/input/touchscreen/ads7846.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ads7846.c b/drivers/input/touchscreen/ads7846.c index 7c27c8b9b6d0..056ac77e2cf0 100644 --- a/drivers/input/touchscreen/ads7846.c +++ b/drivers/input/touchscreen/ads7846.c | |||
@@ -295,7 +295,7 @@ name ## _show(struct device *dev, struct device_attribute *attr, char *buf) \ | |||
295 | static DEVICE_ATTR(name, S_IRUGO, name ## _show, NULL); | 295 | static DEVICE_ATTR(name, S_IRUGO, name ## _show, NULL); |
296 | 296 | ||
297 | 297 | ||
298 | /* Sysfs conventions report temperatures in millidegrees Celcius. | 298 | /* Sysfs conventions report temperatures in millidegrees Celsius. |
299 | * ADS7846 could use the low-accuracy two-sample scheme, but can't do the high | 299 | * ADS7846 could use the low-accuracy two-sample scheme, but can't do the high |
300 | * accuracy scheme without calibration data. For now we won't try either; | 300 | * accuracy scheme without calibration data. For now we won't try either; |
301 | * userspace sees raw sensor values, and must scale/calibrate appropriately. | 301 | * userspace sees raw sensor values, and must scale/calibrate appropriately. |