]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
Make one of the comments more clear
authoragl <agl@imperialviolet.org>
Sat, 19 Jan 2008 22:04:25 +0000 (03:34 +0530)
committeragl <agl@imperialviolet.org>
Sat, 19 Jan 2008 22:04:25 +0000 (03:34 +0530)
darcs-hash:6cfbb4108198f145ff6098122a3332674b5d00de

zfec/zfec/fec.h

index a70cbb4e2beb99be4faa7e0f4286c94aa855eb64..13bfbe2be725dddd88ef5883d13190c731087126 100644 (file)
@@ -35,7 +35,7 @@ void fec_free(fec_t* p);
 void fec_encode(const fec_t* code, const gf*restrict const*restrict const src, gf*restrict const*restrict const fecs, const unsigned*restrict const block_nums, size_t num_block_nums, size_t sz);
 
 /**
- * @param inpkts an array of packets (size k); If the block whose number is i is present, then it is required to be in the i'th element.
+ * @param inpkts an array of packets (size k); If a primary block, i, is present then it must be at index i. Secondary blocks can appear anywhere.
  * @param outpkts an array of buffers into which the reconstructed output packets will be written (only packets which are not present in the inpkts input will be reconstructed and written to outpkts)
  * @param index an array of the blocknums of the packets in inpkts
  * @param sz size of a packet in bytes