summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerpriorityextract.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/schedulerpriorityextract.c')
-rw-r--r--cpukit/score/src/schedulerpriorityextract.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/score/src/schedulerpriorityextract.c b/cpukit/score/src/schedulerpriorityextract.c
index 2d0206caef..83f5d28f9f 100644
--- a/cpukit/score/src/schedulerpriorityextract.c
+++ b/cpukit/score/src/schedulerpriorityextract.c
@@ -1,4 +1,5 @@
-/*
+/* Scheduler Simple Handler / Extract
+ *
* COPYRIGHT (c) 2011.
* On-Line Applications Research Corporation (OAR).
*
@@ -22,5 +23,5 @@ void _Scheduler_priority_Extract(
Thread_Control *the_thread
)
{
- _Scheduler_priority_Ready_queue_extract( the_thread );
+ _Scheduler_priority_Ready_queue_extract( the_thread );
}