summaryrefslogtreecommitdiffstats
path: root/c-user/task/directives.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-20 15:03:46 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-20 15:04:10 +0200
commit63a5c190b0076bd7f916f5e038955b8ff84cc039 (patch)
tree9c283fda6ab444321f75f867fc6c2a5f5a1590cd /c-user/task/directives.rst
parentc-user: Update copyright and use glossary terms (diff)
downloadrtems-docs-63a5c190b0076bd7f916f5e038955b8ff84cc039.tar.bz2
c-user: Fix typo
Updates #4772.
Diffstat (limited to '')
-rw-r--r--c-user/task/directives.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst
index 0ea38c1..f4b65f5 100644
--- a/c-user/task/directives.rst
+++ b/c-user/task/directives.rst
@@ -1518,7 +1518,7 @@ Setting the system date and time with the :ref:`InterfaceRtemsClockSet`
directive and similar directives which set :term:`CLOCK_REALTIME` have no
effect on a :ref:`InterfaceRtemsTaskWakeAfter` blocked task. The delay until
first clock tick will never be a whole clock tick interval since this directive
-will never excute exactly on a clock tick. Applications requiring use of a
+will never execute exactly on a clock tick. Applications requiring use of a
clock (:term:`CLOCK_REALTIME` or :term:`CLOCK_MONOTONIC`) instead of clock
ticks should make use of `clock_nanosleep()
<https://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_nanosleep.html>`_.