From: Ben Pfaff Date: Sun, 19 Jun 2005 18:55:30 +0000 (+0000) Subject: Comment fixes. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=f2bc7b1760b7257089e2007755f9e53a47d7067a Comment fixes. --- 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"