aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
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/include/gnunet_mq_lib.h
parent9a514bfb0dd7b656d9c4eb14aa196102c1e3593b (diff)
downloadgnunet-82970de193a3f086b041566fa739e447f35e93b0.tar.gz
gnunet-82970de193a3f086b041566fa739e447f35e93b0.zip
typo
Diffstat (limited to 'src/include/gnunet_mq_lib.h')
-rw-r--r--src/include/gnunet_mq_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index 08e09d5b5..c0dafe3a7 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -443,7 +443,7 @@ GNUNET_MQ_get_length (struct GNUNET_MQ_Handle *mq);
443 443
444 444
445/** 445/**
446 * Send a message with the give message queue. 446 * Send a message with the given message queue.
447 * May only be called once per message. 447 * May only be called once per message.
448 * 448 *
449 * @param mq message queue 449 * @param mq message queue
@@ -455,7 +455,7 @@ GNUNET_MQ_send (struct GNUNET_MQ_Handle *mq,
455 455
456 456
457/** 457/**
458 * Send a copy of a message with the give message queue. 458 * Send a copy of a message with the given message queue.
459 * Can be called repeatedly on the same envelope. 459 * Can be called repeatedly on the same envelope.
460 * 460 *
461 * @param mq message queue 461 * @param mq message queue