X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ringbuffer.c;h=76e2d7afc8ab7caea1207a36c37c8b6452af2816;hp=eee2ca104e9aa1531f1df4b219bd5e6efb6f6a92;hb=4643fd6eeee81acc0e82e47e7895a3111775bbba;hpb=fae6ed3cc6d240eefcc111bdd04f637e3cda5dd0 diff --git a/ringbuffer.c b/ringbuffer.c index eee2ca10..76e2d7af 100644 --- a/ringbuffer.c +++ b/ringbuffer.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2006-2009 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)