X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.c;h=a2903940fdaea1b24d6a49cfc2f54766c136070f;hp=297348a16e0c3e85ea683dccf681c2ecbf278a4b;hb=0c7c4d80673854527ce3c3786dd581169565b5e6;hpb=b59e841036a107b52a0221e48d7e05f86da92979 diff --git a/sched.c b/sched.c index 297348a1..a2903940 100644 --- a/sched.c +++ b/sched.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2006 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2006 Andre Noll , see file COPYING. */ /** \file sched.c Paraslash's scheduling functions. */ @@ -172,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. *