aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-02 22:45:52 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:29 +0100
commitd4f25caabd6098a2cbb713c9cd8228c1f9a26fe4 (patch)
treefd9e4747415780951809ae3c1ff7330a32853923 /src/dht
parente13e66d0dc6a79f6dfe469ba075f307c006fdb66 (diff)
downloadgnunet-d4f25caabd6098a2cbb713c9cd8228c1f9a26fe4.tar.gz
gnunet-d4f25caabd6098a2cbb713c9cd8228c1f9a26fe4.zip
-DOC: Minor fixes to doc comments (mostly correcting typos) to resolve 'unknown command' warnings
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.h b/src/dht/gnunet-service-dht_neighbours.h
index 96db21b9b..2aa304242 100644
--- a/src/dht/gnunet-service-dht_neighbours.h
+++ b/src/dht/gnunet-service-dht_neighbours.h
@@ -150,7 +150,7 @@ GDS_try_connect (void *cls,
150 * @param cls the closure, must be a `struct GDS_Underlay` 150 * @param cls the closure, must be a `struct GDS_Underlay`
151 * @param target handle to the target, 151 * @param target handle to the target,
152 * pointer will remain valid until @e disconnect_cb is called 152 * pointer will remain valid until @e disconnect_cb is called
153 * @para pid peer identity, 153 * @param pid peer identity,
154 * pointer will remain valid until @e disconnect_cb is called 154 * pointer will remain valid until @e disconnect_cb is called
155 * @param[out] ctx storage space for DHT to use in association with this target 155 * @param[out] ctx storage space for DHT to use in association with this target
156 */ 156 */