aboutsummaryrefslogtreecommitdiff
path: root/src/set/set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/set.h')
-rw-r--r--src/set/set.h6
1 files changed, 3 insertions, 3 deletions
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;