diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-14 12:42:27 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-12-16 16:50:38 +0000 |
commit | ad8478f643ca75d0feeffa4d375fdc325eed8c28 (patch) | |
tree | 1f7c5cd1acb6f91cc88f6fc8a54c48cecc23aceb /src/superio/ite/it8772f | |
parent | 31f2b5aaba40a1712a056f732b7e9e4484fe073a (diff) |
superio/ite/it8772f: Fix typo
Change-Id: I4fd7bc6a21909a7facd16799c0ef9296ed65a7b2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30220
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/superio/ite/it8772f')
-rw-r--r-- | src/superio/ite/it8772f/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/ite/it8772f/chip.h b/src/superio/ite/it8772f/chip.h index 6ae3989e6c..abeff09720 100644 --- a/src/superio/ite/it8772f/chip.h +++ b/src/superio/ite/it8772f/chip.h @@ -44,7 +44,7 @@ struct superio_ite_it8772f_config { enum thermal_mode tmpin2_mode; /* - * Enable a FAN for sofware control. + * Enable a FAN for software control. */ u8 fan1_enable; u8 fan2_enable; |