aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
authorulfvonbelow <strilen@tilde.club>2023-01-29 10:22:14 -0600
committerMartin Schanzenbach <schanzen@gnunet.org>2023-02-06 13:51:05 +0900
commitfa423b69af7c64f83790d7ca8990dc8532217baf (patch)
treea711b421e62d3da90f6d94e9730b85d704c64218 /src/include/gnunet_mq_lib.h
parenta3cc7ff4796e32ddfa13f22307877d4f52a7cd58 (diff)
downloadgnunet-fa423b69af7c64f83790d7ca8990dc8532217baf.tar.gz
gnunet-fa423b69af7c64f83790d7ca8990dc8532217baf.zip
-Miscellaneous mostly-comment typo fixes.
The message in src/testbed/testbed_api_hosts.c was phrased a little strangely, so I changed that too. Signed-off-by: Martin Schanzenbach <schanzen@gnunet.org>
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 95e8c619b..f424c49c2 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -994,7 +994,7 @@ GNUNET_MQ_destroy_notify_cancel (
994 * Call the message message handler that was registered 994 * Call the message message handler that was registered
995 * for the type of the given message in the given message queue. 995 * for the type of the given message in the given message queue.
996 * 996 *
997 * This function is indented to be used for the implementation 997 * This function is intended to be used for the implementation
998 * of message queues. 998 * of message queues.
999 * 999 *
1000 * @param mq message queue with the handlers 1000 * @param mq message queue with the handlers