From 07657a49343bc38b38450fdad0f8773eaa861537 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 8 Jul 2006 19:26:38 +0000 Subject: [PATCH] Fix comment. --- solutions/p1.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/p1.patch b/solutions/p1.patch index fd3928b..7f95cef 100644 --- a/solutions/p1.patch +++ b/solutions/p1.patch @@ -729,7 +729,7 @@ diff -u src/threads/thread.h~ src/threads/thread.h + /* Alarm clock. */ + int64_t wakeup_time; /* Time to wake this thread up. */ -+ struct list_elem timer_elem; /* Element in timer_wait_list. */ ++ struct list_elem timer_elem; /* Element in wait_list. */ + struct semaphore timer_sema; /* Semaphore. */ + #ifdef USERPROG -- 2.30.2