projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d954fd
)
Fix typo in comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 9 Apr 2006 20:05:52 +0000
(20:05 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 9 Apr 2006 20:05:52 +0000
(20:05 +0000)
src/threads/synch.c
patch
|
blob
|
history
diff --git
a/src/threads/synch.c
b/src/threads/synch.c
index 79dcfb78c4832f6d908add061f8977f4c4110e28..5ec14abf8d4dfa11851e02917a1d030540a560f0 100644
(file)
--- a/
src/threads/synch.c
+++ b/
src/threads/synch.c
@@
-209,7
+209,7
@@
lock_acquire (struct lock *lock)
thread.
This function will not sleep, so it may be called within an
- interupt handler. */
+ inter
r
upt handler. */
bool
lock_try_acquire (struct lock *lock)
{