summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-12 14:13:13 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-12 21:07:54 +0200
commit51f7a82f08471bfd68e43af20282a3254d652b67 (patch)
tree2adbff13529ee27dca9be3e01879a558d50ce5f9 /cpukit/include/rtems/rtems
parentrtems: Use rtems_clock_get_ticks_per_second() (diff)
downloadrtems-51f7a82f08471bfd68e43af20282a3254d652b67.tar.bz2
rtems: Clarify rtems_task_get_priority() doc
Diffstat (limited to 'cpukit/include/rtems/rtems')
-rw-r--r--cpukit/include/rtems/rtems/tasks.h4
1 files changed, 2 insertions, 2 deletions
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