Fix logic problem.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 9 Oct 2004 23:10:28 +0000 (23:10 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 9 Oct 2004 23:10:28 +0000 (23:10 +0000)
src/tests/threads/p1-3.c

index 264ad477ec7ab069c14f6b0ebcd7aa84a9ca7f5a..3b488363efb75d629440c1553a5bfc4559017086 100644 (file)
@@ -79,7 +79,7 @@ test_donate_return (void)
   printf ("This thread should have priority %d.  Actual priority: %d.\n",
           PRI_DEFAULT + 2, thread_get_priority ());
   lock_release (&lock);
-  printf ("acquire1 and acquire2 must already have finished, in that order.\n"
+  printf ("acquire2 and acquire1 must already have finished, in that order.\n"
           "This should be the last line before finishing this test.\n"
           "Priority donation test done.\n");
 }