From f72a951030690e4b08b7ba94e63d275fa961d5e2 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 9 Apr 2006 20:05:52 +0000 Subject: [PATCH] Fix typo in comment. --- src/threads/synch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2