From 49356594d3e86d3618d0613c26898e1c3884a1db Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 20 Jul 2023 15:04:37 +0200 Subject: rtems: Fix typo Update #4772. --- cpukit/include/rtems/rtems/tasks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/include/rtems/rtems/tasks.h') 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(). -- cgit v1.2.3