2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Fix typo (hundredths not hundreds).

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2258 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2004-02-01 14:19:46 +00:00
parent f0fc7dfc5f
commit 613a28e42f

View File

@@ -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.
*/