projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0da4087
)
Fix logic problem.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 9 Oct 2004 23:10:28 +0000
(23:10 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 9 Oct 2004 23:10:28 +0000
(23:10 +0000)
src/tests/threads/p1-3.c
patch
|
blob
|
history
diff --git
a/src/tests/threads/p1-3.c
b/src/tests/threads/p1-3.c
index 264ad477ec7ab069c14f6b0ebcd7aa84a9ca7f5a..3b488363efb75d629440c1553a5bfc4559017086 100644
(file)
--- a/
src/tests/threads/p1-3.c
+++ b/
src/tests/threads/p1-3.c
@@
-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 ("acquire
1 and acquire2
must already have finished, in that order.\n"
+ printf ("acquire
2 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");
}