aboutsummaryrefslogtreecommitdiff
path: root/src/set/set_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/set_api.c')
-rw-r--r--src/set/set_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/set/set_api.c b/src/set/set_api.c
index a082c23c1..6b3dc940c 100644
--- a/src/set/set_api.c
+++ b/src/set/set_api.c
@@ -490,7 +490,7 @@ set_operation_destroy (struct GNUNET_SET_OperationHandle *oh)
490 490
491 if (NULL != oh->conclude_mqm) 491 if (NULL != oh->conclude_mqm)
492 GNUNET_MQ_discard (oh->conclude_mqm); 492 GNUNET_MQ_discard (oh->conclude_mqm);
493 /* is the operation already commited? */ 493 /* is the operation already committed? */
494 if (NULL != set) 494 if (NULL != set)
495 { 495 {
496 GNUNET_CONTAINER_DLL_remove (set->ops_head, 496 GNUNET_CONTAINER_DLL_remove (set->ops_head,
@@ -649,7 +649,7 @@ create_internal (const struct GNUNET_CONFIGURATION_Handle *cfg,
649 * @param op operation supported by the set 649 * @param op operation supported by the set
650 * Note that the operation has to be specified 650 * Note that the operation has to be specified
651 * beforehand, as certain set operations need to maintain 651 * beforehand, as certain set operations need to maintain
652 * data structures spefific to the operation 652 * data structures specific to the operation
653 * @return a handle to the set 653 * @return a handle to the set
654 */ 654 */
655struct GNUNET_SET_Handle * 655struct GNUNET_SET_Handle *
@@ -1163,7 +1163,7 @@ GNUNET_SET_commit (struct GNUNET_SET_OperationHandle *oh,
1163 * @param set the set to iterate over 1163 * @param set the set to iterate over
1164 * @param iter the iterator to call for each element 1164 * @param iter the iterator to call for each element
1165 * @param iter_cls closure for @a iter 1165 * @param iter_cls closure for @a iter
1166 * @return #GNUNET_YES if the iteration started successfuly, 1166 * @return #GNUNET_YES if the iteration started successfully,
1167 * #GNUNET_NO if another iteration is active 1167 * #GNUNET_NO if another iteration is active
1168 * #GNUNET_SYSERR if the set is invalid (e.g. the server crashed, disconnected) 1168 * #GNUNET_SYSERR if the set is invalid (e.g. the server crashed, disconnected)
1169 */ 1169 */