Comment fixes.
[pintos-anon] / src / tests / threads / priority-donate-nest.c
index b1ee690422371070f2f5f51a160d6f449f4d4440..a7b919c90b276cf049bdab81598687e40a11f4e6 100644 (file)
@@ -1,10 +1,9 @@
 /* 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. */
+   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"