aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dht_api.c')
-rw-r--r--src/dht/dht_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c
index ee56c852f..ffcfba997 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -295,7 +295,7 @@ send_get (struct GNUNET_DHT_GetHandle *gh)
295/** 295/**
296 * Send GET message(s) for indicating which results are already known 296 * Send GET message(s) for indicating which results are already known
297 * for a @a get_handle to DHT. Complex as we need to send the list of 297 * for a @a get_handle to DHT. Complex as we need to send the list of
298 * known results, which means we may need mulitple messages to block 298 * known results, which means we may need multiple messages to block
299 * known results from the result set. 299 * known results from the result set.
300 * 300 *
301 * @param gh GET to generate messages for 301 * @param gh GET to generate messages for