From a28c932b5562c40fd3ab36adcf21084b91eb46cc 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