summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/tasks.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-20 15:04:37 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-20 15:05:33 +0200
commit49356594d3e86d3618d0613c26898e1c3884a1db (patch)
tree2a0af050c08149e6c35efd317bf5372dd79ad400 /cpukit/include/rtems/rtems/tasks.h
parentrtems: Update references to rtems_task_wake_after (diff)
downloadrtems-49356594d3e86d3618d0613c26898e1c3884a1db.tar.bz2
rtems: Fix typo
Update #4772.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/tasks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h
index 7465c472f8..586b6c2530 100644
--- a/cpukit/include/rtems/rtems/tasks.h
+++ b/cpukit/include/rtems/rtems/tasks.h
@@ -1563,7 +1563,7 @@ rtems_status_code rtems_task_mode(
* Setting the system date and time with the rtems_clock_set() directive and
* similar directives which set CLOCK_REALTIME have no effect on a
* rtems_task_wake_after() blocked task. The delay until first clock tick will
- * never be a whole clock tick interval since this directive will never excute
+ * never be a whole clock tick interval since this directive will never execute
* exactly on a clock tick. Applications requiring use of a clock
* (CLOCK_REALTIME or CLOCK_MONOTONIC) instead of clock ticks should make use
* of clock_nanosleep().