From 957a84277bb9ea57cdd63094cfce8a5362ee1fe6 Mon Sep 17 00:00:00 2001 From: Dino Li Date: Sat, 7 Nov 2015 00:28:37 +0800 Subject: [PATCH] it8380dev: modify hwtimer's comment Signed-off-by: Dino Li BRANCH=none BUG=none TEST=make buildall -j Change-Id: Id161c84437e8d6edc2ec1a4cde292f642d08b853 Reviewed-on: https://chromium-review.googlesource.com/311333 Commit-Ready: Dino Li Tested-by: Dino Li Reviewed-by: Randall Spangler --- chip/it83xx/hwtimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }