From 934177315225c152ac4ff57cd617b9260d35ccaa Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 11 Jul 2015 22:04:32 +0200 Subject: score: Typo --- testsuites/sptests/spthreadq01/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites') 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 -- cgit v1.2.3