From 7d7594cb6258ca8ae693143d3fe78c3da73294a8 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 12 Apr 2008 19:02:21 +0200 Subject: [PATCH] Fix documentation of cq_update(). --- chunk_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chunk_queue.c b/chunk_queue.c index f7f503ab..571f8d18 100644 --- a/chunk_queue.c +++ b/chunk_queue.c @@ -110,7 +110,7 @@ void cq_update(struct chunk_queue *cq, size_t sent) * * \param qc The queued chunk. * \param buf Result pointer. - * \param len Number of bytes of \a buf. + * \param num_bytes Number of bytes of \a buf. * * \return Positive on success, negative on errors. */ -- 2.39.2