doc: fix minor typo in clock.rst
Remove redundant "is" in the description of Kernel system clock. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
005f014ce4
commit
56312cdd19
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ The kernel supports two distinct clocks.
|
||||||
|
|
||||||
* The 64-bit **system clock** is a counter that tracks the number of
|
* The 64-bit **system clock** is a counter that tracks the number of
|
||||||
**ticks** that have elapsed since the kernel was initialized. The duration
|
**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.
|
100 milliseconds.
|
||||||
|
|
||||||
The kernel also provides a number of variables that can be used
|
The kernel also provides a number of variables that can be used
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue