Comments.
[pintos-anon] / src / threads / thread.c
index 8a55699ded46cf7165715966950641aa7a2aca49..80c01fda86ef8496f7b188494e307364ae8d1085 100644 (file)
@@ -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)