aboutsummaryrefslogtreecommitdiff
path: root/src/set
diff options
context:
space:
mode:
Diffstat (limited to 'src/set')
-rw-r--r--src/set/gnunet-service-set.h2
-rw-r--r--src/set/gnunet-service-set_union.h8
-rw-r--r--src/set/set.h6
3 files changed, 8 insertions, 8 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index e118828be..abdec7f08 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -135,7 +135,7 @@ typedef struct OperationState *
135 const struct GNUNET_MessageHeader *opaque_context); 135 const struct GNUNET_MessageHeader *opaque_context);
136 136
137/** 137/**
138 * Signature of functions that implement operation cancelation. 138 * Signature of functions that implement operation cancellation.
139 * This includes notifying the client about the operation's final 139 * This includes notifying the client about the operation's final
140 * state. 140 * state.
141 * 141 *
diff --git a/src/set/gnunet-service-set_union.h b/src/set/gnunet-service-set_union.h
index 2c0262f07..68301c96b 100644
--- a/src/set/gnunet-service-set_union.h
+++ b/src/set/gnunet-service-set_union.h
@@ -154,7 +154,7 @@ handle_union_p2p_inquiry (void *cls,
154/** 154/**
155 * Handle a request for full set transmission. 155 * Handle a request for full set transmission.
156 * 156 *
157 * @parem cls closure, a set union operation 157 * @param cls closure, a set union operation
158 * @param mh the demand message 158 * @param mh the demand message
159 */ 159 */
160void 160void
@@ -165,7 +165,7 @@ handle_union_p2p_request_full (void *cls,
165/** 165/**
166 * Handle a "full done" message. 166 * Handle a "full done" message.
167 * 167 *
168 * @parem cls closure, a set union operation 168 * @param cls closure, a set union operation
169 * @param mh the demand message 169 * @param mh the demand message
170 */ 170 */
171void 171void
@@ -177,7 +177,7 @@ handle_union_p2p_full_done (void *cls,
177 * Check a demand by the other peer for elements based on a list 177 * Check a demand by the other peer for elements based on a list
178 * of `struct GNUNET_HashCode`s. 178 * of `struct GNUNET_HashCode`s.
179 * 179 *
180 * @parem cls closure, a set union operation 180 * @param cls closure, a set union operation
181 * @param mh the demand message 181 * @param mh the demand message
182 * @return #GNUNET_OK if @a mh is well-formed 182 * @return #GNUNET_OK if @a mh is well-formed
183 */ 183 */
@@ -190,7 +190,7 @@ check_union_p2p_demand (void *cls,
190 * Handle a demand by the other peer for elements based on a list 190 * Handle a demand by the other peer for elements based on a list
191 * of `struct GNUNET_HashCode`s. 191 * of `struct GNUNET_HashCode`s.
192 * 192 *
193 * @parem cls closure, a set union operation 193 * @param cls closure, a set union operation
194 * @param mh the demand message 194 * @param mh the demand message
195 */ 195 */
196void 196void
diff --git a/src/set/set.h b/src/set/set.h
index 3fdfad5da..e9d10ea22 100644
--- a/src/set/set.h
+++ b/src/set/set.h
@@ -265,7 +265,7 @@ struct GNUNET_SET_ResultMessage
265 uint16_t result_status GNUNET_PACKED; 265 uint16_t result_status GNUNET_PACKED;
266 266
267 /** 267 /**
268 * Type of the element attachted to the message, if any. 268 * Type of the element attached to the message, if any.
269 */ 269 */
270 uint16_t element_type GNUNET_PACKED; 270 uint16_t element_type GNUNET_PACKED;
271 271
@@ -329,13 +329,13 @@ struct GNUNET_SET_IterResponseMessage
329 struct GNUNET_MessageHeader header; 329 struct GNUNET_MessageHeader header;
330 330
331 /** 331 /**
332 * To which set iteration does this reponse belong to? First 332 * To which set iteration does this response belong to? First
333 * iteration (per client) has counter zero. Wraps around. 333 * iteration (per client) has counter zero. Wraps around.
334 */ 334 */
335 uint16_t iteration_id GNUNET_PACKED; 335 uint16_t iteration_id GNUNET_PACKED;
336 336
337 /** 337 /**
338 * Type of the element attachted to the message, 338 * Type of the element attached to the message,
339 * if any. 339 * if any.
340 */ 340 */
341 uint16_t element_type GNUNET_PACKED; 341 uint16_t element_type GNUNET_PACKED;