From: Andre Noll Date: Sat, 7 Jul 2007 18:25:33 +0000 (+0200) Subject: ringbuffer.c: fix two typos. X-Git-Tag: v0.2.17~42 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f8c950e906612dff413e9f9143bc9d6cbd1d6212;hp=434b32087a9e2d54ca88072ca798a703a2ff629f ringbuffer.c: fix two typos. --- diff --git a/ringbuffer.c b/ringbuffer.c index 17ea425a..ac5d7d37 100644 --- a/ringbuffer.c +++ b/ringbuffer.c @@ -52,8 +52,8 @@ void *ringbuffer_new(unsigned size) /** * Add one entry to a ringbuffer. * - * \param Cookie the ringbuffer identifier. - * \param Data the data to be inserted. + * \param cookie The ringbuffer identifier. + * \param data The data to be inserted. * * Insert \a data into the ringbuffer associated with \a cookie. As soon as * the ringbuffer fills up, its oldest entry is disregarded and replaced by \a