summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
Diffstat (limited to 'chip')
-rw-r--r--chip/it83xx/hwtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/it83xx/hwtimer.c b/chip/it83xx/hwtimer.c
index c47d1603ea..d2ab1d5860 100644
--- a/chip/it83xx/hwtimer.c
+++ b/chip/it83xx/hwtimer.c
@@ -99,7 +99,7 @@ uint32_t __hw_clock_source_read(void)
{
/*
* In combinational mode, the counter observation register of
- * timer 4(TIMER_H) will in incrementing order.
+ * timer 4(TIMER_H) will increment.
*/
return IT83XX_ETWD_ETXCNTOR(FREE_EXT_TIMER_H);
}