X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ringbuffer.c;h=e6f03ee835a1c65bd2bdfca060dc0538f5f1e41a;hp=1f0b4e469c6abdf73920595246f91664031d76a3;hb=refs%2Fheads%2Fmaint;hpb=ffb2eaa90429f6d5c3d369509efcdf91c5463dad diff --git a/ringbuffer.c b/ringbuffer.c index 1f0b4e46..76e2d7af 100644 --- a/ringbuffer.c +++ b/ringbuffer.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2006-2010 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2006 Andre Noll , see file COPYING. */ /** \file ringbuffer.c Simple ringbuffer implementation */ @@ -96,7 +92,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)