projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86cdc01
)
Spelling fix.
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 14 Oct 2004 06:23:53 +0000
(06:23 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 14 Oct 2004 06:23:53 +0000
(06:23 +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 92203f18a59fe91482118f4770545d4d534593e5..6c16023c61b9efa9eb03366b4cdb8b415190edee 100644
(file)
--- 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 pr
i
ority is the default. */
ASSERT (thread_get_priority () == PRI_DEFAULT);
test_preempt ();