From a6774e749e1ecc7483fa31e5868cc355bb87f53b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 14 Oct 2004 06:23:53 +0000 Subject: [PATCH] Spelling fix. --- src/tests/threads/p1-3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/threads/p1-3.c b/src/tests/threads/p1-3.c index 92203f1..6c16023 100644 --- a/src/tests/threads/p1-3.c +++ b/src/tests/threads/p1-3.c @@ -22,7 +22,7 @@ static void test_donate_return (void); void test (void) { - /* Make sure our prority is the default. */ + /* Make sure our priority is the default. */ ASSERT (thread_get_priority () == PRI_DEFAULT); test_preempt (); -- 2.30.2