aboutsummaryrefslogtreecommitdiff
path: root/src/util/mq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/mq.c')
-rw-r--r--src/util/mq.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/mq.c b/src/util/mq.c
index 29ead02a4..2342b2c5c 100644
--- a/src/util/mq.c
+++ b/src/util/mq.c
@@ -192,7 +192,7 @@ struct GNUNET_MQ_Handle
192 * Call the message message handler that was registered 192 * Call the message message handler that was registered
193 * for the type of the given message in the given message queue. 193 * for the type of the given message in the given message queue.
194 * 194 *
195 * This function is indended to be used for the implementation 195 * This function is intended to be used for the implementation
196 * of message queues. 196 * of message queues.
197 * 197 *
198 * @param mq message queue with the handlers 198 * @param mq message queue with the handlers
@@ -217,7 +217,7 @@ GNUNET_MQ_inject_message (struct GNUNET_MQ_Handle *mq,
217 * Call the message message handler that was registered 217 * Call the message message handler that was registered
218 * for the type of the given message in the given @a handlers list. 218 * for the type of the given message in the given @a handlers list.
219 * 219 *
220 * This function is indended to be used for the implementation 220 * This function is intended to be used for the implementation
221 * of message queues. 221 * of message queues.
222 * 222 *
223 * @param handlers a set of handlers 223 * @param handlers a set of handlers
@@ -1220,7 +1220,7 @@ GNUNET_MQ_dll_remove (struct GNUNET_MQ_Envelope **env_head,
1220/** 1220/**
1221 * Copy an array of handlers. 1221 * Copy an array of handlers.
1222 * 1222 *
1223 * Useful if the array has been delared in local memory and needs to be 1223 * Useful if the array has been declared in local memory and needs to be
1224 * persisted for future use. 1224 * persisted for future use.
1225 * 1225 *
1226 * @param handlers Array of handlers to be copied. Can be NULL (nothing done). 1226 * @param handlers Array of handlers to be copied. Can be NULL (nothing done).
@@ -1248,7 +1248,7 @@ GNUNET_MQ_copy_handlers (const struct GNUNET_MQ_MessageHandler *handlers)
1248/** 1248/**
1249 * Copy an array of handlers, appending AGPL handler. 1249 * Copy an array of handlers, appending AGPL handler.
1250 * 1250 *
1251 * Useful if the array has been delared in local memory and needs to be 1251 * Useful if the array has been declared in local memory and needs to be
1252 * persisted for future use. 1252 * persisted for future use.
1253 * 1253 *
1254 * @param handlers Array of handlers to be copied. Can be NULL (nothing done). 1254 * @param handlers Array of handlers to be copied. Can be NULL (nothing done).