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