summaryrefslogtreecommitdiffstats
path: root/c-user/glossary.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-11-02 08:13:31 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-11-03 10:59:01 +0100
commit3a58bff6bfe3ce893f47fade0ddf49457c46a360 (patch)
tree6499e461995451e88b9ecf4ce5473c72fdbe09ca /c-user/glossary.rst
parentRename all manuals with an _ to have a -. It helps released naming of files. (diff)
downloadrtems-docs-3a58bff6bfe3ce893f47fade0ddf49457c46a360.tar.bz2
Update due to clock manager and driver changes
Diffstat (limited to 'c-user/glossary.rst')
-rw-r--r--c-user/glossary.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/c-user/glossary.rst b/c-user/glossary.rst
index e7fd794..0ec0d08 100644
--- a/c-user/glossary.rst
+++ b/c-user/glossary.rst
@@ -673,8 +673,8 @@ Glossary
:dfn:`tick`
The basic unit of time used by RTEMS. It is a user-configurable number of
- microseconds. The current tick expires when the ``rtems_clock_tick``
- directive is invoked.
+ microseconds. The current tick expires when a clock tick directive is
+ invoked.
:dfn:`tightly-coupled`
A multiprocessor configuration system which communicates via shared memory.