Spelling fix.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 14 Oct 2004 06:23:53 +0000 (06:23 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 14 Oct 2004 06:23:53 +0000 (06:23 +0000)
src/tests/threads/p1-3.c

index 92203f18a59fe91482118f4770545d4d534593e5..6c16023c61b9efa9eb03366b4cdb8b415190edee 100644 (file)
@@ -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 ();