aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_set_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index 2d40b3052..43da89fa5 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -386,9 +386,9 @@ GNUNET_SET_commit (struct GNUNET_SET_OperationHandle *oh,
386 386
387 387
388/** 388/**
389 * Cancel the given set operation. 389 * Cancel the given set operation. May not be called after the
390 * May not be called after the operation's `GNUNET_SET_ResultIterator` has been 390 * operation's `GNUNET_SET_ResultIterator` has been called with a
391 * called with a status that indicates error, timeout or done. 391 * status that indicates error, timeout or done.
392 * 392 *
393 * @param oh set operation to cancel 393 * @param oh set operation to cancel
394 */ 394 */