diff options
author | Corentin Labbe <[email protected]> | 2020-11-15 19:09:10 +0000 |
---|---|---|
committer | Guenter Roeck <[email protected]> | 2020-12-02 17:42:23 -0800 |
commit | bde58ca86df9b4974dddd651a54f0793007d4fac (patch) | |
tree | 9efb3157c8a2836296d8c90574e3af2af4abb003 | |
parent | 0c8bed26044445cda6afb6fe4875752164cb03cd (diff) |
hwmon: drivetemp: fix typo temperatire => temperature
This patch fix a trivial typo temperatire => temperature.
Signed-off-by: Corentin Labbe <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
-rw-r--r-- | drivers/hwmon/drivetemp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/drivetemp.c b/drivers/hwmon/drivetemp.c index 72c760373957..1eb37106a220 100644 --- a/drivers/hwmon/drivetemp.c +++ b/drivers/hwmon/drivetemp.c @@ -10,7 +10,7 @@ * hwmon: Driver for SCSI/ATA temperature sensors * by Constantin Baranov <[email protected]>, submitted September 2009 * - * This drive supports reporting the temperatire of SATA drives. It can be + * This drive supports reporting the temperature of SATA drives. It can be * easily extended to report the temperature of SCSI drives. * * The primary means to read drive temperatures and temperature limits |