X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.c;h=a2903940fdaea1b24d6a49cfc2f54766c136070f;hp=4fc65b4b368627c9175f26a193199adcbd787c55;hb=0c7c4d80673854527ce3c3786dd581169565b5e6;hpb=d31995b3074bb19aa4da66ce5c4774ca9ed101a1 diff --git a/sched.c b/sched.c index 4fc65b4b..a2903940 100644 --- a/sched.c +++ b/sched.c @@ -168,7 +168,7 @@ again: * \param tptr Identifies the task to reap. * * This function is similar to wait(2) in that it returns information about a - * terminated task and allows to release the resources associated with the + * terminated task which allows releasing the resources associated with the * task. Until this function is called, the terminated task remains in a zombie * state. *