summaryrefslogtreecommitdiffstats
path: root/bsp_howto/clock.rst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bsp_howto/clock.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp_howto/clock.rst b/bsp_howto/clock.rst
index d8c454b..870eebf 100644
--- a/bsp_howto/clock.rst
+++ b/bsp_howto/clock.rst
@@ -8,7 +8,7 @@ The purpose of the clock driver is to provide two services for the operating
system.
- A steady time basis to the kernel, so that the RTEMS primitives that need
- a clock tick work properly. See the *Clock Manager* chapter of the*RTEMS Application C User’s Guide* for more details.
+ a clock tick work properly. See the *Clock Manager* chapter of the*RTEMS Application C User's Guide* for more details.
- An optional time counter to generate timestamps of the uptime and wall
clock time.