From 51f7a82f08471bfd68e43af20282a3254d652b67 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 12 May 2021 14:13:13 +0200 Subject: rtems: Clarify rtems_task_get_priority() doc --- cpukit/include/rtems/rtems/tasks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/include/rtems/rtems') diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h index e6f7696923..73cf76941f 100644 --- a/cpukit/include/rtems/rtems/tasks.h +++ b/cpukit/include/rtems/rtems/tasks.h @@ -1845,8 +1845,8 @@ rtems_status_code rtems_task_set_priority( * * @par Notes * The current priority reflects temporary priority adjustments due to locking - * protocols, the rate-monotonic period objects on some schedulers, and other - * mechanisms. + * protocols, the rate-monotonic period objects on some schedulers such as EDF, + * and the POSIX sporadic server. * * @par Constraints * @parblock -- cgit v1.2.3