X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ringbuffer.c;h=15d767e67d6bcb7e99a4c84f59ba2376f530c9e0;hp=eee2ca104e9aa1531f1df4b219bd5e6efb6f6a92;hb=53077ea78f01e197e84529ae42558af5c3a68429;hpb=29a8e4384c08cb4e295e5b82994e62bf247a0ef7 diff --git a/ringbuffer.c b/ringbuffer.c index eee2ca10..15d767e6 100644 --- a/ringbuffer.c +++ b/ringbuffer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2009 Andre Noll + * Copyright (C) 2006-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -96,7 +96,7 @@ void *ringbuffer_get(struct ringbuffer *rb, int num) * * \param rb The ringbuffer identifier * - * This function always succeeds and never returns a number greater than the + * \return This function always succeeds. It returns a number less than the * size of the ring buffer. */ unsigned ringbuffer_filled(struct ringbuffer *rb)