aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
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/consensus
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/consensus')
-rw-r--r--src/consensus/gnunet-consensus-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/gnunet-consensus-profiler.c b/src/consensus/gnunet-consensus-profiler.c
index 07a536a2d..535837008 100644
--- a/src/consensus/gnunet-consensus-profiler.c
+++ b/src/consensus/gnunet-consensus-profiler.c
@@ -380,7 +380,7 @@ disconnect_adapter (void *cls, void *op_result)
380/** 380/**
381 * Callback to be called when the requested peer information is available 381 * Callback to be called when the requested peer information is available
382 * 382 *
383 * @param cb_cls the closure from GNUNET_TETSBED_peer_get_information() 383 * @param cb_cls the closure from GNUNET_TESTBED_peer_get_information()
384 * @param op the operation this callback corresponds to 384 * @param op the operation this callback corresponds to
385 * @param pinfo the result; will be NULL if the operation has failed 385 * @param pinfo the result; will be NULL if the operation has failed
386 * @param emsg error message if the operation has failed; will be NULL if the 386 * @param emsg error message if the operation has failed; will be NULL if the