From 613a28e42f89c51a261238f48f107abbede4aef5 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Sun, 1 Feb 2004 14:19:46 +0000 Subject: [PATCH] Fix typo (hundredths not hundreds). git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2258 7894878c-1315-0410-8ee3-d5d059ff63e0 --- kernel/chips/fscher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/chips/fscher.c b/kernel/chips/fscher.c index f838f04c..4aabea24 100644 --- a/kernel/chips/fscher.c +++ b/kernel/chips/fscher.c @@ -531,7 +531,7 @@ void fscher_temp(struct i2c_client *client, int operation, int ctl_name, /* * The final conversion is specified in sensors.conf, as it depends on * mainboard specific values. We export the registers contents as - * pseudo-hundreds-of-Volts (range 0V - 2.55V). Not that it makes much + * pseudo-hundredths-of-Volts (range 0V - 2.55V). Not that it makes much * sense per se, but it minimizes the conversions count and keeps the * values within a usual range. */