Comment fixes.
[pintos-anon] / src / tests / threads / priority-donate-nest.c
index b1ee690422371070f2f5f51a160d6f449f4d4440..15141b777958cd50f6b14ac87ab62ce92be8a6a2 100644 (file)
@@ -1,10 +1,7 @@
-/* Problem 1-3: Priority Scheduling tests.
-
-   Based on a test originally submitted for Stanford's CS 140 in
-   winter 1999 by by Matt Franklin
-   <startled@leland.stanford.edu>, Greg Hutchins
-   <gmh@leland.stanford.edu>, Yu Ping Hu <yph@cs.stanford.edu>.
-   Modified by arens. */
+/* Based on a test originally submitted for Stanford's CS 140 in
+   winter 1999 by Matt Franklin <startled@leland.stanford.edu>,
+   Greg Hutchins <gmh@leland.stanford.edu>, Yu Ping Hu
+   <yph@cs.stanford.edu>.  Modified by arens. */
 
 #include <stdio.h>
 #include "tests/threads/tests.h"