From: David Barksdale Date: Wed, 9 Feb 2011 21:01:47 +0000 (+0000) Subject: Fix inaccurate comment. X-Git-Tag: initial-import-from-subversion-38251~19143 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3a39cd4cd22e345733ba225e7a4c0b6eecdad7df;p=oweals%2Fgnunet.git Fix inaccurate comment. --- diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c index 0cbc4289c..88c7ddd19 100644 --- a/src/util/crypto_hash.c +++ b/src/util/crypto_hash.c @@ -252,7 +252,7 @@ getValue__ (unsigned char a) * Convert GNUNET_CRYPTO_hash to ASCII encoding. The ASCII encoding is rather * GNUnet specific. It was chosen such that it only uses characters * in [0-9A-V], can be produced without complex arithmetics and uses a - * small number of characters. The GNUnet encoding uses 102 + * small number of characters. The GNUnet encoding uses 103 * characters plus a null terminator. * * @param block the hash code