aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_mq_lib.h')
-rw-r--r--src/include/gnunet_mq_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index a50a59c49..f9ad6c913 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -777,7 +777,7 @@ GNUNET_MQ_impl_send_continue (struct GNUNET_MQ_Handle *mq);
777 * try to send the next message until #gnunet_mq_impl_send_continue 777 * try to send the next message until #gnunet_mq_impl_send_continue
778 * is called. 778 * is called.
779 * 779 *
780 * only useful for implementing message queues, results in undefined 780 * Only useful for implementing message queues, results in undefined
781 * behavior if not used carefully. 781 * behavior if not used carefully.
782 * 782 *
783 * @param mq message queue to send the next message with 783 * @param mq message queue to send the next message with