aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht.c')
-rw-r--r--src/dht/gnunet-service-dht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht.c b/src/dht/gnunet-service-dht.c
index 43a6c9bea..cbeecb5cc 100644
--- a/src/dht/gnunet-service-dht.c
+++ b/src/dht/gnunet-service-dht.c
@@ -1281,7 +1281,7 @@ distance (const GNUNET_HashCode * target, const GNUNET_HashCode * have)
1281 * two numbers being identical; furthermore, we need to 1281 * two numbers being identical; furthermore, we need to
1282 * guarantee that a difference in the number of matching 1282 * guarantee that a difference in the number of matching
1283 * bits is always represented in the result. 1283 * bits is always represented in the result.
1284 * 1284 *
1285 * We use 2^32/2^9 numerical values to distinguish between 1285 * We use 2^32/2^9 numerical values to distinguish between
1286 * hash codes that have the same LSB bit distance and 1286 * hash codes that have the same LSB bit distance and
1287 * use the highest 2^9 bits of the result to signify the 1287 * use the highest 2^9 bits of the result to signify the