aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/datacache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datacache/datacache.c')
-rw-r--r--src/datacache/datacache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datacache/datacache.c b/src/datacache/datacache.c
index 5fc5a7481..331a9b784 100644
--- a/src/datacache/datacache.c
+++ b/src/datacache/datacache.c
@@ -66,12 +66,12 @@ struct GNUNET_DATACACHE_Handle
66 struct GNUNET_DATACACHE_PluginFunctions *api; 66 struct GNUNET_DATACACHE_PluginFunctions *api;
67 67
68 /** 68 /**
69 * Short name for the plugin (i.e. "sqlite"). 69 * Short name for the plugin (e.g. "sqlite").
70 */ 70 */
71 char *short_name; 71 char *short_name;
72 72
73 /** 73 /**
74 * Name of the library (i.e. "gnunet_plugin_datacache_sqlite"). 74 * Name of the library (e.g. "gnunet_plugin_datacache_sqlite").
75 */ 75 */
76 char *lib_name; 76 char *lib_name;
77 77