X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Fp1-3.c;h=6c16023c61b9efa9eb03366b4cdb8b415190edee;hb=69327564190e37d88e8d18e276190859f91120a0;hp=92203f18a59fe91482118f4770545d4d534593e5;hpb=ef0ad195c3cbfb810eb243563bebf4aed2d858c7;p=pintos-anon 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 ();