[rtems commit] rtems: Improve task entry wording

Sebastian Huber sebh at rtems.org
Tue Jul 25 05:05:51 UTC 2023


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Sat Jul 22 11:46:42 2023 +0200

rtems: Improve task entry wording

---

 cpukit/include/rtems/rtems/tasks.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h
index 586b6c2530..84dd646fe7 100644
--- a/cpukit/include/rtems/rtems/tasks.h
+++ b/cpukit/include/rtems/rtems/tasks.h
@@ -234,7 +234,7 @@ typedef void rtems_task;
 /**
  * @ingroup RTEMSAPIClassicTasks
  *
- * @brief This type defines the entry point of an RTEMS task.
+ * @brief This type defines the task entry point of an RTEMS task.
  */
 typedef rtems_task ( *rtems_task_entry )( rtems_task_argument );
 
@@ -897,8 +897,8 @@ rtems_id rtems_task_self( void );
  *
  * This directive readies the task, specified by ``id``, for execution based on
  * the priority and execution mode specified when the task was created.  The
- * entry point of the task is given in ``entry_point``. The task's entry point
- * argument is contained in ``argument``.
+ * task entry point of the task is given in ``entry_point``.  The task's entry
+ * point argument is contained in ``argument``.
  *
  * @retval ::RTEMS_SUCCESSFUL The requested operation was successful.
  *



More information about the vc mailing list