From f2bc7b1760b7257089e2007755f9e53a47d7067a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 19 Jun 2005 18:55:30 +0000 Subject: [PATCH] Comment fixes. --- src/tests/threads/priority-donate-multiple.c | 7 +++---- src/tests/threads/priority-donate-nest.c | 7 +++---- src/tests/threads/priority-donate-one.c | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/src/tests/threads/priority-donate-multiple.c b/src/tests/threads/priority-donate-multiple.c index 012022b..719b957 100644 --- a/src/tests/threads/priority-donate-multiple.c +++ b/src/tests/threads/priority-donate-multiple.c @@ -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 - , Greg Hutchins - , Yu Ping Hu . - Modified by arens. */ + winter 1999 by Matt Franklin , + Greg Hutchins , Yu Ping Hu + . Modified by arens. */ #include #include "tests/threads/tests.h" diff --git a/src/tests/threads/priority-donate-nest.c b/src/tests/threads/priority-donate-nest.c index b1ee690..a7b919c 100644 --- a/src/tests/threads/priority-donate-nest.c +++ b/src/tests/threads/priority-donate-nest.c @@ -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 - , Greg Hutchins - , Yu Ping Hu . - Modified by arens. */ + winter 1999 by Matt Franklin , + Greg Hutchins , Yu Ping Hu + . Modified by arens. */ #include #include "tests/threads/tests.h" diff --git a/src/tests/threads/priority-donate-one.c b/src/tests/threads/priority-donate-one.c index 087371f..5a30bd4 100644 --- a/src/tests/threads/priority-donate-one.c +++ b/src/tests/threads/priority-donate-one.c @@ -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 - , Greg Hutchins - , Yu Ping Hu . - Modified by arens. */ + winter 1999 by Matt Franklin , + Greg Hutchins , Yu Ping Hu + . Modified by arens. */ #include #include "tests/threads/tests.h" -- 2.30.2