[rtems commit] rtems: Fix typo

Sebastian Huber sebh at rtems.org
Thu Jul 20 12:43:30 UTC 2023


Module:    rtems
Branch:    master
Commit:    49356594d3e86d3618d0613c26898e1c3884a1db
Changeset: http://git.rtems.org/rtems/commit/?id=49356594d3e86d3618d0613c26898e1c3884a1db

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jul 20 15:04:37 2023 +0200

rtems: Fix typo

Update #4772.

---

 cpukit/include/rtems/rtems/tasks.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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().



More information about the vc mailing list