Comment fixes.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 19 Jun 2005 18:55:30 +0000 (18:55 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 19 Jun 2005 18:55:30 +0000 (18:55 +0000)
src/tests/threads/priority-donate-multiple.c
src/tests/threads/priority-donate-nest.c
src/tests/threads/priority-donate-one.c

index 012022b2e47b9bdfc4ba969827b6775c21b73ab4..719b95727c692abb86f831a9fcc92048e335a643 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"
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"
index 087371f1a4cb491a5f1819437a1d22fcca5c84b6..5a30bd47e298ead7bf1fdb3143a9b23547d76ec5 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"