aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/gnunet-service-consensus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/gnunet-service-consensus.c b/src/consensus/gnunet-service-consensus.c
index a490ad7f4..97cfc414f 100644
--- a/src/consensus/gnunet-service-consensus.c
+++ b/src/consensus/gnunet-service-consensus.c
@@ -622,7 +622,7 @@ set_result_cb (void *cls,
622 * Compare the round the session is in with the round of the given context message. 622 * Compare the round the session is in with the round of the given context message.
623 * 623 *
624 * @param session a consensus session 624 * @param session a consensus session
625 * @param round a round context message 625 * @param ri a round context message
626 * @return 0 if it's the same round, -1 if the session is in an earlier round, 626 * @return 0 if it's the same round, -1 if the session is in an earlier round,
627 * 1 if the session is in a later round 627 * 1 if the session is in a later round
628 */ 628 */