aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_plugins.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_plugins.c')
-rw-r--r--src/transport/gnunet-service-transport_plugins.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport_plugins.c b/src/transport/gnunet-service-transport_plugins.c
index d0a10cbc7..c88532806 100644
--- a/src/transport/gnunet-service-transport_plugins.c
+++ b/src/transport/gnunet-service-transport_plugins.c
@@ -51,12 +51,12 @@ struct TransportPlugin
51 struct GNUNET_TRANSPORT_PluginFunctions *api; 51 struct GNUNET_TRANSPORT_PluginFunctions *api;
52 52
53 /** 53 /**
54 * Short name for the plugin (i.e. "tcp"). 54 * Short name for the plugin (e.g. "tcp").
55 */ 55 */
56 char *short_name; 56 char *short_name;
57 57
58 /** 58 /**
59 * Name of the library (i.e. "gnunet_plugin_transport_tcp"). 59 * Name of the library (e.g. "gnunet_plugin_transport_tcp").
60 */ 60 */
61 char *lib_name; 61 char *lib_name;
62 62