aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_crc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-19 13:46:34 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-19 13:46:34 +0000
commitf7bddd17b9b5f2244b4b6f5c82059961f0fa37ed (patch)
tree8e222da7793edc37b647ce575339bc17dafa9ef5 /src/util/crypto_crc.c
parent036a298f529e8c060c4b650a16f2cd4307018311 (diff)
downloadgnunet-f7bddd17b9b5f2244b4b6f5c82059961f0fa37ed.tar.gz
gnunet-f7bddd17b9b5f2244b4b6f5c82059961f0fa37ed.zip
-typo
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