From 56312cdd196a9913fd78d7a3f0bfcf84611a0ac6 Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Mon, 3 Sep 2018 13:23:34 +0200 Subject: [PATCH] doc: fix minor typo in clock.rst Remove redundant "is" in the description of Kernel system clock. Signed-off-by: Ioannis Glaropoulos --- doc/kernel/timing/clocks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/kernel/timing/clocks.rst b/doc/kernel/timing/clocks.rst index adaf1488187..d679894be21 100644 --- a/doc/kernel/timing/clocks.rst +++ b/doc/kernel/timing/clocks.rst @@ -21,7 +21,7 @@ The kernel supports two distinct clocks. * The 64-bit **system clock** is a counter that tracks the number of **ticks** that have elapsed since the kernel was initialized. The duration - of a tick is is configurable, and typically ranges from 1 millisecond to + of a tick is configurable, and typically ranges from 1 millisecond to 100 milliseconds. The kernel also provides a number of variables that can be used