X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=chunk_queue.c;h=fa31718590dd73fad6f034d69ce2a8d7fc299e86;hp=f7f503abea9ecc093fc4d577942bea36b510d419;hb=b2e6a24448a9e49e0766ab4f32163580eeff469e;hpb=e61fefa8429ed4c87098f7a81373a8cf952ee8c7 diff --git a/chunk_queue.c b/chunk_queue.c index f7f503ab..fa317185 100644 --- a/chunk_queue.c +++ b/chunk_queue.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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. */