summaryrefslogtreecommitdiffstats
path: root/c-user/task_manager.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/task_manager.rst')
-rw-r--r--c-user/task_manager.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/task_manager.rst b/c-user/task_manager.rst
index 449ca3c..f88e660 100644
--- a/c-user/task_manager.rst
+++ b/c-user/task_manager.rst
@@ -1384,7 +1384,7 @@ TASK_WAKE_AFTER - Wake up after interval
This directive blocks the calling task for the specified number of system clock
ticks. When the requested interval has elapsed, the task is made ready. The
-``rtems_clock_tick`` directive automatically updates the delay period.
+clock tick directives automatically updates the delay period.
**NOTES:**