[rtems commit] rtems: rtems_scheduler_get_processor_set() docs

Sebastian Huber sebh at rtems.org
Fri May 7 06:09:28 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May  7 08:07:27 2021 +0200

rtems: rtems_scheduler_get_processor_set() docs

Document changed error status.

Update #4401.

---

 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 df4d7f3..e6f7696 100644
--- a/cpukit/include/rtems/rtems/tasks.h
+++ b/cpukit/include/rtems/rtems/tasks.h
@@ -780,7 +780,7 @@ uint32_t rtems_scheduler_get_processor_maximum( void );
  * @retval ::RTEMS_INVALID_ID There was no scheduler associated with the
  *   identifier specified by ``scheduler_id``.
  *
- * @retval ::RTEMS_INVALID_NUMBER The provided processor set was too small for
+ * @retval ::RTEMS_INVALID_SIZE The provided processor set was too small for
  *   the set of processors owned by the scheduler.
  *
  * @par Constraints



More information about the vc mailing list