X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=sched.c;fp=sched.c;h=a2903940fdaea1b24d6a49cfc2f54766c136070f;hb=23af03dbfb283045ff952267ee83c2b7f2ef6380;hp=4fc65b4b368627c9175f26a193199adcbd787c55;hpb=3a1470de6e286914b8e4101c713928b15a3f3aac;p=paraslash.git 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. *