aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-16 22:13:46 +0000
committerFlorian Dold <florian.dold@gmail.com>2016-10-16 22:13:46 +0000
commit99cf32413601c3348f665c4132a6a096e00f3b54 (patch)
tree2c94997db6e937b57532a4724ed7999c6b272260 /src/util
parentb368ebf988178ed83775a94b604885aa89e25406 (diff)
downloadgnunet-99cf32413601c3348f665c4132a6a096e00f3b54.tar.gz
gnunet-99cf32413601c3348f665c4132a6a096e00f3b54.zip
fix comment
Diffstat (limited to 'src/util')
-rw-r--r--src/util/mq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/mq.c b/src/util/mq.c
index 6d3517dae..0ada6e9b0 100644
--- a/src/util/mq.c
+++ b/src/util/mq.c
@@ -518,7 +518,7 @@ GNUNET_MQ_impl_send_continue (struct GNUNET_MQ_Handle *mq)
518 518
519/** 519/**
520 * Call the send notification for the current message, but do not 520 * Call the send notification for the current message, but do not
521 * try to send the message until #gnunet_mq_impl_send_continue 521 * try to send the next message until #gnunet_mq_impl_send_continue
522 * is called. 522 * is called.
523 * 523 *
524 * only useful for implementing message queues, results in undefined 524 * only useful for implementing message queues, results in undefined