X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ringbuffer.c;h=e6f03ee835a1c65bd2bdfca060dc0538f5f1e41a;hp=bf990b06c6a26256fb16a59422a8b348312f7b96;hb=e79198e9851faddfd64e47654b5bc66fbc574255;hpb=d5738d17b54186db8c9c7f119a03b58382ae9be4 diff --git a/ringbuffer.c b/ringbuffer.c index bf990b06..e6f03ee8 100644 --- a/ringbuffer.c +++ b/ringbuffer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2011 Andre Noll + * Copyright (C) 2006 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)