X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fthread.c;h=80c01fda86ef8496f7b188494e307364ae8d1085;hb=c4b619c23029e05041fd35d523ec7f4bcd6d6e13;hp=8a55699ded46cf7165715966950641aa7a2aca49;hpb=4ae5b813663cd56fcbe1f1f547c9d445e5dc6107;p=pintos-anon diff --git a/src/threads/thread.c b/src/threads/thread.c index 8a55699..80c01fd 100644 --- a/src/threads/thread.c +++ b/src/threads/thread.c @@ -353,7 +353,7 @@ new_thread (const char *name, int priority) return t; } -/* Does basic initialization of T as a new, blocked thread named +/* Does basic initialization of T as a blocked thread named NAME. */ static void init_thread (struct thread *t, const char *name, int priority)