aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2013-07-09 21:39:46 -0600
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-07-10 20:18:15 +0200
commit5688979fbd190af1a6c5181a837341761043a8b2 (patch)
tree3dcb5d04eb20bbb9354c8b3478c2a0fcd885eb99 /src/drivers/i2c
parent8940d3e2a7678eabbdd6b3b79498a69019bde77a (diff)
drivers: Fix spelling
Change-Id: Ib0d98e3ab5b2943c36f88765587e8963a4f49604 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/3754 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/drivers/i2c')
-rw-r--r--src/drivers/i2c/w83795/w83795.c4
-rw-r--r--src/drivers/i2c/w83795/w83795.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/drivers/i2c/w83795/w83795.c b/src/drivers/i2c/w83795/w83795.c
index d2bd348154..9c51fff944 100644
--- a/src/drivers/i2c/w83795/w83795.c
+++ b/src/drivers/i2c/w83795/w83795.c
@@ -77,7 +77,7 @@ static void w83795_dts_enable(u8 dts_src)
/* store bank3 regs first before enable DTS */
/*
- * TD/TR1-4 termal diode by default
+ * TD/TR1-4 thermal diode by default
* 0x00 Disable
* 0x01 thermistors on motherboard
* 0x10 different mode voltage
@@ -169,7 +169,7 @@ static void w83795_set_fan(w83795_fan_mode_t mode)
//SFIV TODO
}
- /* Set Hystersis of Temperature (HT) */
+ /* Set Hysteresis of Temperature (HT) */
//TODO
}
diff --git a/src/drivers/i2c/w83795/w83795.h b/src/drivers/i2c/w83795/w83795.h
index f8d516478e..e18cd280ff 100644
--- a/src/drivers/i2c/w83795/w83795.h
+++ b/src/drivers/i2c/w83795/w83795.h
@@ -38,9 +38,9 @@
#define DTS_SRC_AMD_SBTSI (1 << 0)
#define W83795_REG_TSS(n) (0x209 + (n)) /* Temperature Source Selection Register */
-#define W83795_REG_TTTI(n) (0x260 + (n)) /* tarrget temperature W83795G/ADG will try to tune the fan output to keep */
+#define W83795_REG_TTTI(n) (0x260 + (n)) /* Target temperature W83795G/ADG will try to tune the fan output to keep */
#define W83795_REG_CTFS(n) (0x268 + (n)) /* Critical Temperature to Full Speed all fan */
-#define W83795_REG_HT(n) (0x270 + (n)) /* Hystersis of Temperature */
+#define W83795_REG_HT(n) (0x270 + (n)) /* Hysteresis of Temperature */
#define W83795_REG_DTSC 0x301 /* Digital Temperature Sensor Configuration */
#define W83795_REG_DTSE 0x302 /* Digital Temperature Sensor Enable */