aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/datastore/plugin_datastore_sqlite.c2
-rw-r--r--src/dht/gnunet-service-xdht_neighbours.c4
-rw-r--r--src/secretsharing/secretsharing.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index 253b69fe7..d73475b6c 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -906,7 +906,7 @@ struct ReplCtx
906 906
907 907
908/** 908/**
909 * Wrapper for the processor for #sqlite_plugin_replication_get(). 909 * Wrapper for the processor for #sqlite_plugin_get_replication().
910 * Decrements the replication counter and calls the original 910 * Decrements the replication counter and calls the original
911 * processor. 911 * processor.
912 * 912 *
diff --git a/src/dht/gnunet-service-xdht_neighbours.c b/src/dht/gnunet-service-xdht_neighbours.c
index aa8f70d12..0dad53fc5 100644
--- a/src/dht/gnunet-service-xdht_neighbours.c
+++ b/src/dht/gnunet-service-xdht_neighbours.c
@@ -317,7 +317,7 @@ struct PeerTrailSetupResultMessage
317{ 317{
318 318
319 /** 319 /**
320 * Type: #GNUNET_MESSAGE_TYPE_DHT_P2P_TRAIL_RESULT_SETUP 320 * Type: #GNUNET_MESSAGE_TYPE_DHT_P2P_TRAIL_SETUP_RESULT
321 */ 321 */
322 struct GNUNET_MessageHeader header; 322 struct GNUNET_MessageHeader header;
323 323
@@ -3015,4 +3015,4 @@ GDS_NEIGHBOURS_get_id ()
3015} 3015}
3016 3016
3017 3017
3018/* end of gnunet-service-xdht_neighbours.c */ \ No newline at end of file 3018/* end of gnunet-service-xdht_neighbours.c */
diff --git a/src/secretsharing/secretsharing.h b/src/secretsharing/secretsharing.h
index 227349b05..e4312c2da 100644
--- a/src/secretsharing/secretsharing.h
+++ b/src/secretsharing/secretsharing.h
@@ -38,7 +38,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
38struct GNUNET_SECRETSHARING_FieldElement 38struct GNUNET_SECRETSHARING_FieldElement
39{ 39{
40 /** 40 /**
41 * Value of an element in <elgamal_g>. 41 * Value of an element in &lt;elgamal_g&gt;.
42 */ 42 */
43 unsigned char bits[GNUNET_SECRETSHARING_ELGAMAL_BITS / 8]; 43 unsigned char bits[GNUNET_SECRETSHARING_ELGAMAL_BITS / 8];
44}; 44};
@@ -209,7 +209,7 @@ struct GNUNET_SECRETSHARING_Share
209 struct GNUNET_SECRETSHARING_FieldElement my_share; 209 struct GNUNET_SECRETSHARING_FieldElement my_share;
210 210
211 /** 211 /**
212 * Peer identities (includes 'my_peer') 212 * Peer identities (includes 'my_peer')
213 */ 213 */
214 struct GNUNET_PeerIdentity *peers; 214 struct GNUNET_PeerIdentity *peers;
215 215