aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto_crc.c')
-rw-r--r--src/util/crypto_crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_crc.c b/src/util/crypto_crc.c
index 5b01d5efe..804d3eba8 100644
--- a/src/util/crypto_crc.c
+++ b/src/util/crypto_crc.c
@@ -137,7 +137,7 @@ GNUNET_CRYPTO_crc16_step (uint32_t sum, const void *buf, size_t len)
137/** 137/**
138 * Convert results from #GNUNET_CRYPTO_crc16_step() to final crc16. 138 * Convert results from #GNUNET_CRYPTO_crc16_step() to final crc16.
139 * 139 *
140 * @param sum cummulative sum 140 * @param sum cumulative sum
141 * @return crc16 value 141 * @return crc16 value
142 */ 142 */
143uint16_t 143uint16_t