aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/datastore_api.c')
-rw-r--r--src/datastore/datastore_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index bd7a612ed..d658b9c85 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -36,7 +36,7 @@
36#define DELAY_WARN_TIMEOUT GNUNET_TIME_UNIT_MINUTES 36#define DELAY_WARN_TIMEOUT GNUNET_TIME_UNIT_MINUTES
37 37
38/** 38/**
39 * Collect an instane number of statistics? May cause excessive IPC. 39 * Collect an instance number of statistics? May cause excessive IPC.
40 */ 40 */
41#define INSANE_STATISTICS GNUNET_NO 41#define INSANE_STATISTICS GNUNET_NO
42 42
@@ -515,7 +515,7 @@ GNUNET_DATASTORE_disconnect (struct GNUNET_DATASTORE_Handle *h,
515 515
516 516
517/** 517/**
518 * Create a new entry for our priority queue (and possibly discard other entires if 518 * Create a new entry for our priority queue (and possibly discard other entries if
519 * the queue is getting too long). 519 * the queue is getting too long).
520 * 520 *
521 * @param h handle to the datastore 521 * @param h handle to the datastore