From: Ben Pfaff Date: Sun, 19 Jun 2005 18:55:55 +0000 (+0000) Subject: Comment fixes. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=0f212736d854d114f070801c2725bd9536e117e8 Comment fixes. --- diff --git a/src/tests/threads/priority-donate-multiple.c b/src/tests/threads/priority-donate-multiple.c index 719b957..836f3ed 100644 --- a/src/tests/threads/priority-donate-multiple.c +++ b/src/tests/threads/priority-donate-multiple.c @@ -1,6 +1,4 @@ -/* Problem 1-3: Priority Scheduling tests. - - Based on a test originally submitted for Stanford's CS 140 in +/* Based on a test originally submitted for Stanford's CS 140 in winter 1999 by Matt Franklin , Greg Hutchins , Yu Ping Hu . Modified by arens. */ diff --git a/src/tests/threads/priority-donate-nest.c b/src/tests/threads/priority-donate-nest.c index a7b919c..15141b7 100644 --- a/src/tests/threads/priority-donate-nest.c +++ b/src/tests/threads/priority-donate-nest.c @@ -1,6 +1,4 @@ -/* Problem 1-3: Priority Scheduling tests. - - Based on a test originally submitted for Stanford's CS 140 in +/* Based on a test originally submitted for Stanford's CS 140 in winter 1999 by Matt Franklin , Greg Hutchins , Yu Ping Hu . Modified by arens. */ diff --git a/src/tests/threads/priority-donate-one.c b/src/tests/threads/priority-donate-one.c index 5a30bd4..d3b3d96 100644 --- a/src/tests/threads/priority-donate-one.c +++ b/src/tests/threads/priority-donate-one.c @@ -1,6 +1,4 @@ -/* Problem 1-3: Priority Scheduling tests. - - Based on a test originally submitted for Stanford's CS 140 in +/* Based on a test originally submitted for Stanford's CS 140 in winter 1999 by Matt Franklin , Greg Hutchins , Yu Ping Hu . Modified by arens. */