From f8c950e906612dff413e9f9143bc9d6cbd1d6212 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 7 Jul 2007 20:25:33 +0200 Subject: [PATCH 1/1] ringbuffer.c: fix two typos. --- ringbuffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2