X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.c;h=66a17418027a5e9fa2d92bee412cf682561115b9;hp=06aabe02b9934e5107ea97f1a8769af060184da7;hb=3150a0caa27a34d44556fb77f4a5aebc3d978580;hpb=ec0c9721b6dfcbd70d7a1b318fb9b94e2aab9a5d diff --git a/sched.c b/sched.c index 06aabe02..66a17418 100644 --- a/sched.c +++ b/sched.c @@ -335,8 +335,8 @@ int sched_request_barrier(struct timeval *barrier, struct sched *s) * \param barrier Absolute time before select() should return. * \param s Pointer to the scheduler struct. * - * If \a barrier is in the past, this function requests a minimal timeout and - * returns zero. Otherwise it returns one. + * \return If \a barrier is in the past, this function requests a minimal + * timeout and returns zero. Otherwise it returns one. * * \sa sched_min_delay(), sched_request_barrier(). */