fix comment
authorFlorian Dold <florian.dold@gmail.com>
Sun, 16 Oct 2016 22:13:46 +0000 (22:13 +0000)
committerFlorian Dold <florian.dold@gmail.com>
Sun, 16 Oct 2016 22:13:46 +0000 (22:13 +0000)
src/include/gnunet_mq_lib.h
src/util/mq.c

index 16f1f531a2af491c8c0347a59c34514aae9e71ab..6c193e54e87b79b188f9b4a45f11c64e1b009d66 100644 (file)
@@ -716,7 +716,7 @@ GNUNET_MQ_impl_send_continue (struct GNUNET_MQ_Handle *mq);
 
 /**
  * Call the send notification for the current message, but do not
- * try to send the message until #gnunet_mq_impl_send_continue
+ * try to send the next message until #gnunet_mq_impl_send_continue
  * is called.
  *
  * only useful for implementing message queues, results in undefined
index 6d3517dae9340bcb902cc290008328ffdb7d48f6..0ada6e9b0cd048148552fbf777074757f48e686b 100644 (file)
@@ -518,7 +518,7 @@ GNUNET_MQ_impl_send_continue (struct GNUNET_MQ_Handle *mq)
 
 /**
  * Call the send notification for the current message, but do not
- * try to send the message until #gnunet_mq_impl_send_continue
+ * try to send the next message until #gnunet_mq_impl_send_continue
  * is called.
  *
  * only useful for implementing message queues, results in undefined