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 8bccf6b69..3f4991353 100644
--- a/src/util/crypto_crc.c
+++ b/src/util/crypto_crc.c
@@ -51,7 +51,7 @@ static uLong crc_table[256];
51 51
52/* 52/*
53 * This routine writes each crc_table entry exactly once, 53 * This routine writes each crc_table entry exactly once,
54 * with the ccorrect final value. Thus, it is safe to call 54 * with the correct final value. Thus, it is safe to call
55 * even on a table that someone else is using concurrently. 55 * even on a table that someone else is using concurrently.
56 */ 56 */
57static void 57static void