summaryrefslogtreecommitdiff
path: root/chip/lm4/peci.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4/peci.c')
-rw-r--r--chip/lm4/peci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/lm4/peci.c b/chip/lm4/peci.c
index 4c29165c50..b3b54a64bc 100644
--- a/chip/lm4/peci.c
+++ b/chip/lm4/peci.c
@@ -128,7 +128,7 @@ static void peci_init(void)
/* Set initial clock frequency */
peci_freq_changed();
- /* Initialize temperature reading buffer to a sane value. */
+ /* Initialize temperature reading buffer to a valid value. */
for (i = 0; i < TEMP_AVG_LENGTH; ++i)
temp_vals[i] = 300; /* 27 C */
}