summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDino Li <dino.li@ite.com.tw>2015-11-07 00:28:37 +0800
committerchrome-bot <chrome-bot@chromium.org>2015-11-10 06:54:51 -0800
commit957a84277bb9ea57cdd63094cfce8a5362ee1fe6 (patch)
tree5f2eca365cc5c404b87db07b17da667382a8af48
parentdbc3f1dad52ead720c270b25dbb4547ca3ee3f46 (diff)
downloadchrome-ec-957a84277bb9ea57cdd63094cfce8a5362ee1fe6.tar.gz
it8380dev: modify hwtimer's comment
Signed-off-by: Dino Li <dino.li@ite.com.tw> BRANCH=none BUG=none TEST=make buildall -j Change-Id: Id161c84437e8d6edc2ec1a4cde292f642d08b853 Reviewed-on: https://chromium-review.googlesource.com/311333 Commit-Ready: Dino Li <dino.li@ite.com.tw> Tested-by: Dino Li <dino.li@ite.com.tw> Reviewed-by: Randall Spangler <rspangler@chromium.org>
-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);
}