aboutsummaryrefslogtreecommitdiff
path: root/src/util/mq.c
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-28 11:43:56 +0000
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-28 11:43:56 +0000
commit82970de193a3f086b041566fa739e447f35e93b0 (patch)
treed37f94783543b68ad705b1a07124dd0e1cb747e6 /src/util/mq.c
parent9a514bfb0dd7b656d9c4eb14aa196102c1e3593b (diff)
downloadgnunet-82970de193a3f086b041566fa739e447f35e93b0.tar.gz
gnunet-82970de193a3f086b041566fa739e447f35e93b0.zip
typo
Diffstat (limited to 'src/util/mq.c')
-rw-r--r--src/util/mq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/mq.c b/src/util/mq.c
index 4b196a740..d4c5b1644 100644
--- a/src/util/mq.c
+++ b/src/util/mq.c
@@ -314,7 +314,7 @@ GNUNET_MQ_get_length (struct GNUNET_MQ_Handle *mq)
314 314
315 315
316/** 316/**
317 * Send a message with the give message queue. 317 * Send a message with the given message queue.
318 * May only be called once per message. 318 * May only be called once per message.
319 * 319 *
320 * @param mq message queue 320 * @param mq message queue
@@ -343,7 +343,7 @@ GNUNET_MQ_send (struct GNUNET_MQ_Handle *mq,
343 343
344 344
345/** 345/**
346 * Send a copy of a message with the give message queue. 346 * Send a copy of a message with the given message queue.
347 * Can be called repeatedly on the same envelope. 347 * Can be called repeatedly on the same envelope.
348 * 348 *
349 * @param mq message queue 349 * @param mq message queue