X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ringbuffer.c;h=2ea2592fee990a0417eabe7099abf479cb72f7ec;hp=1f0b4e469c6abdf73920595246f91664031d76a3;hb=3a6b996d8b39fdc067df352d1eee757ef2a8f49b;hpb=e8089cd5efad59a5eec689117acf563a38b8c6c7 diff --git a/ringbuffer.c b/ringbuffer.c index 1f0b4e46..2ea2592f 100644 --- a/ringbuffer.c +++ b/ringbuffer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 Andre Noll + * Copyright (C) 2006-2014 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)