aboutsummaryrefslogtreecommitdiff
path: root/src/util/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/helper.c')
-rw-r--r--src/util/helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/helper.c b/src/util/helper.c
index 7360b7d4b..dcb55d8c7 100644
--- a/src/util/helper.c
+++ b/src/util/helper.c
@@ -103,7 +103,7 @@ struct GNUNET_HELPER_Handle
103 struct GNUNET_OS_Process *helper_proc; 103 struct GNUNET_OS_Process *helper_proc;
104 104
105 /** 105 /**
106 * The Message-Tokenizer that tokenizes the messages comming from the helper 106 * The Message-Tokenizer that tokenizes the messages coming from the helper
107 */ 107 */
108 struct GNUNET_MessageStreamTokenizer *mst; 108 struct GNUNET_MessageStreamTokenizer *mst;
109 109
@@ -646,7 +646,7 @@ helper_write (void *cls)
646 * @param h helper to send message to 646 * @param h helper to send message to
647 * @param msg message to send 647 * @param msg message to send
648 * @param can_drop can the message be dropped if there is already one in the queue? 648 * @param can_drop can the message be dropped if there is already one in the queue?
649 * @param cont continuation to run once the message is out (#GNUNET_OK on succees, #GNUNET_NO 649 * @param cont continuation to run once the message is out (#GNUNET_OK on success, #GNUNET_NO
650 * if the helper process died, #GNUNET_SYSERR during #GNUNET_HELPER_destroy). 650 * if the helper process died, #GNUNET_SYSERR during #GNUNET_HELPER_destroy).
651 * @param cont_cls closure for @a cont 651 * @param cont_cls closure for @a cont
652 * @return NULL if the message was dropped, 652 * @return NULL if the message was dropped,