summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spthreadq01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spthreadq01/init.c')
-rw-r--r--testsuites/sptests/spthreadq01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spthreadq01/init.c b/testsuites/sptests/spthreadq01/init.c
index ce47760e2d..07118a3a19 100644
--- a/testsuites/sptests/spthreadq01/init.c
+++ b/testsuites/sptests/spthreadq01/init.c
@@ -22,7 +22,7 @@ static Thread_queue_Control fifo_queue =
THREAD_QUEUE_FIFO_INITIALIZER( fifo_queue, "FIFO" );
static Thread_queue_Control prio_queue =
- THREAD_QUEUE_PRIORIY_INITIALIZER( prio_queue, "Prio" );
+ THREAD_QUEUE_PRIORITY_INITIALIZER( prio_queue, "Prio" );
static rtems_task Init(
rtems_task_argument ignored