[PATCH 1/2] rtems: rtems_scheduler_get_processor_set() docs
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon May 10 17:40:31 UTC 2021
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 df4d7f3d03..e6f7696923 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
--
2.26.2
More information about the devel
mailing list