aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/gnunet-service-datastore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/gnunet-service-datastore.c')
-rw-r--r--src/datastore/gnunet-service-datastore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c
index 1c9e5e463..97888ce03 100644
--- a/src/datastore/gnunet-service-datastore.c
+++ b/src/datastore/gnunet-service-datastore.c
@@ -84,12 +84,12 @@ struct DatastorePlugin
84 struct GNUNET_DATASTORE_PluginFunctions *api; 84 struct GNUNET_DATASTORE_PluginFunctions *api;
85 85
86 /** 86 /**
87 * Short name for the plugin (i.e. "sqlite"). 87 * Short name for the plugin (e.g. "sqlite").
88 */ 88 */
89 char *short_name; 89 char *short_name;
90 90
91 /** 91 /**
92 * Name of the library (i.e. "gnunet_plugin_datastore_sqlite"). 92 * Name of the library (e.g. "gnunet_plugin_datastore_sqlite").
93 */ 93 */
94 char *lib_name; 94 char *lib_name;
95 95