summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-02 07:48:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-03 08:21:14 +0200
commit2647e76e8fb6b36e12f699eab4e53a420b2ed0c4 (patch)
tree6de418af85f7b9e19e09edd7132f5d0aa8fe8f9f /cpukit/score
parentbsps/leon3: Rename fatal error code (diff)
downloadrtems-2647e76e8fb6b36e12f699eab4e53a420b2ed0c4.tar.bz2
score: Document thread queue operations
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/src/threadqops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/threadqops.c b/cpukit/score/src/threadqops.c
index eb01002679..a42876cf09 100644
--- a/cpukit/score/src/threadqops.c
+++ b/cpukit/score/src/threadqops.c
@@ -1464,8 +1464,8 @@ const Thread_queue_Operations _Thread_queue_Operations_default = {
.priority_actions = _Thread_queue_Do_nothing_priority_actions,
.extract = _Thread_queue_Do_nothing_extract
/*
- * The default operations are only used in _Thread_Change_priority() and
- * _Thread_Timeout() and don't have a thread queue associated with them, so
+ * The default operations are only used in _Thread_Priority_apply() and
+ * _Thread_Continue() and do not have a thread queue associated with them, so
* the enqueue and first operations are superfluous.
*/
};