From 6822af7579e9ffcd947b4e3990c14eeb4e932b29 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 7 May 2021 08:07:27 +0200 Subject: 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 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 -- cgit v1.2.3