* is not a multiple of 16 bit the checksum bytes have to be swapped to
* compensate the even/odd alignment.
*
- * @param chunk data to process
+ * @param data data to process
* @return checksum (one's complement, network order)
*/
u_int16_t chunk_internet_checksum(chunk_t data);
* If data is not a multiple of 16 bits the checksum may have to be swapped to
* compensate even/odd alignment (see chunk_internet_checksum()).
*
- * @param chunk data to process
+ * @param data data to process
* @param checksum previous checksum (one's complement, network order)
* @return checksum (one's complement, network order)
*/