aboutsummaryrefslogtreecommitdiff
path: root/src/set
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-21 22:47:41 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-21 22:47:41 +0100
commit3b977cf34b5edb9f7640ad8373b44f5a2c02308a (patch)
tree3fc6c27052cb2d6c492b22a4a18c16f0f3799995 /src/set
parent647d88d649c267220feb8b5f53ec3e96359a72fc (diff)
downloadgnunet-3b977cf34b5edb9f7640ad8373b44f5a2c02308a.tar.gz
gnunet-3b977cf34b5edb9f7640ad8373b44f5a2c02308a.zip
fix misc typos
Diffstat (limited to 'src/set')
-rw-r--r--src/set/gnunet-service-set.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index 573a2b7d9..1460707fa 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -493,8 +493,8 @@ struct PendingMutation
493 493
494 /** 494 /**
495 * Message that describes the desired mutation. 495 * Message that describes the desired mutation.
496 * May only be a GNUNET_MESSAGE_TYPE_SET_ADD or 496 * May only be a #GNUNET_MESSAGE_TYPE_SET_ADD or
497 * GNUNET_MESSAGE_TYPE_SET_REMOVE. 497 * #GNUNET_MESSAGE_TYPE_SET_REMOVE.
498 */ 498 */
499 struct GNUNET_MessageHeader *mutation_message; 499 struct GNUNET_MessageHeader *mutation_message;
500}; 500};