aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_peer.c
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/cadet/gnunet-service-cadet_peer.c
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/cadet/gnunet-service-cadet_peer.c')
-rw-r--r--src/cadet/gnunet-service-cadet_peer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/gnunet-service-cadet_peer.c b/src/cadet/gnunet-service-cadet_peer.c
index 99669eb05..3fb0eed94 100644
--- a/src/cadet/gnunet-service-cadet_peer.c
+++ b/src/cadet/gnunet-service-cadet_peer.c
@@ -211,7 +211,7 @@ struct CadetPeer
211 211
212 /** 212 /**
213 * Sum over all of the offsets of all of the paths in the @a path_heads DLLs. 213 * Sum over all of the offsets of all of the paths in the @a path_heads DLLs.
214 * Used to speed-up @GCP_get_desirability_of_path() calculation. 214 * Used to speed-up #GCP_get_desirability_of_path() calculation.
215 */ 215 */
216 unsigned int off_sum; 216 unsigned int off_sum;
217 217
@@ -225,7 +225,7 @@ struct CadetPeer
225 unsigned int mqm_ready_counter; 225 unsigned int mqm_ready_counter;
226 226
227 /** 227 /**
228 * Current length of the @e path_heads and @path_tails arrays. 228 * Current length of the @e path_heads and @e path_tails arrays.
229 * The arrays should be grown as needed. 229 * The arrays should be grown as needed.
230 */ 230 */
231 unsigned int path_dll_length; 231 unsigned int path_dll_length;