From: Ben Pfaff Date: Sun, 9 Apr 2006 20:05:52 +0000 (+0000) Subject: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f72a951030690e4b08b7ba94e63d275fa961d5e2;p=pintos-anon Fix typo in comment. --- diff --git a/src/threads/synch.c b/src/threads/synch.c index 79dcfb7..5ec14ab 100644 --- 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. */ + interrupt handler. */ bool lock_try_acquire (struct lock *lock) {