From: Andre Noll <maan@systemlinux.org>
Date: Sat, 12 Apr 2008 17:02:21 +0000 (+0200)
Subject: Fix documentation of cq_update().
X-Git-Tag: v0.3.3~78
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=7d7594cb6258ca8ae693143d3fe78c3da73294a8;p=paraslash.git

Fix documentation of cq_update().
---

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.
  */