From: Ben Pfaff Date: Thu, 14 Oct 2004 06:23:53 +0000 (+0000) Subject: Spelling fix. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=645c77bc2047f79ebfdcefb46e6c5b36866f1573;p=pintos-anon Spelling fix. --- 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 ();