From: Tobias Brunner Date: Thu, 11 Sep 2014 15:56:12 +0000 (+0200) Subject: chunk: Fix Doxygen comments for chunk_internet_checksum[_inc] X-Git-Tag: 5.2.1dr1~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6e8b5dc2c005a1aa48fd725f3204c83cd817525;p=thirdparty%2Fstrongswan.git chunk: Fix Doxygen comments for chunk_internet_checksum[_inc] --- diff --git a/src/libstrongswan/utils/chunk.h b/src/libstrongswan/utils/chunk.h index 0daa2e1d0d..48405b77eb 100644 --- a/src/libstrongswan/utils/chunk.h +++ b/src/libstrongswan/utils/chunk.h @@ -418,7 +418,7 @@ u_int64_t chunk_mac(chunk_t chunk, u_char *key); * 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); @@ -430,7 +430,7 @@ 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) */