gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r38161 - in gnunet/src: include util


From: gnunet
Subject: [GNUnet-SVN] r38161 - in gnunet/src: include util
Date: Mon, 17 Oct 2016 00:13:47 +0200

Author: dold
Date: 2016-10-17 00:13:46 +0200 (Mon, 17 Oct 2016)
New Revision: 38161

Modified:
   gnunet/src/include/gnunet_mq_lib.h
   gnunet/src/util/mq.c
Log:
fix comment

Modified: gnunet/src/include/gnunet_mq_lib.h
===================================================================
--- gnunet/src/include/gnunet_mq_lib.h  2016-10-16 22:07:40 UTC (rev 38160)
+++ gnunet/src/include/gnunet_mq_lib.h  2016-10-16 22:13:46 UTC (rev 38161)
@@ -716,7 +716,7 @@
 
 /**
  * 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

Modified: gnunet/src/util/mq.c
===================================================================
--- gnunet/src/util/mq.c        2016-10-16 22:07:40 UTC (rev 38160)
+++ gnunet/src/util/mq.c        2016-10-16 22:13:46 UTC (rev 38161)
@@ -518,7 +518,7 @@
 
 /**
  * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]