aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-helper-transport-bluetooth.c2
-rw-r--r--src/transport/gnunet-helper-transport-wlan.c2
-rw-r--r--src/transport/gnunet-service-transport_plugins.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/gnunet-helper-transport-bluetooth.c b/src/transport/gnunet-helper-transport-bluetooth.c
index 4923e6428..ef3a6292b 100644
--- a/src/transport/gnunet-helper-transport-bluetooth.c
+++ b/src/transport/gnunet-helper-transport-bluetooth.c
@@ -1374,7 +1374,7 @@ inquiry_devices: // skip the conditions and force a inquiry for new devices
1374 * stdin/stdout of this process. Error messages are written to stderr. 1374 * stdin/stdout of this process. Error messages are written to stderr.
1375 * 1375 *
1376 * @param argc number of arguments, must be 2 1376 * @param argc number of arguments, must be 2
1377 * @param argv arguments only argument is the name of the interface (i.e. 'hci0') 1377 * @param argv arguments only argument is the name of the interface (e.g. 'hci0')
1378 * @return 0 on success (never happens, as we don't return unless aborted), 1 on error 1378 * @return 0 on success (never happens, as we don't return unless aborted), 1 on error
1379 * 1379 *
1380 **** similar to gnunet-helper-transport-wlan.c **** 1380 **** similar to gnunet-helper-transport-wlan.c ****
diff --git a/src/transport/gnunet-helper-transport-wlan.c b/src/transport/gnunet-helper-transport-wlan.c
index f1b190993..d90565c9c 100644
--- a/src/transport/gnunet-helper-transport-wlan.c
+++ b/src/transport/gnunet-helper-transport-wlan.c
@@ -1935,7 +1935,7 @@ stdin_send_hw (void *cls, const struct GNUNET_MessageHeader *hdr)
1935 * process. Error messages are written to stdout. 1935 * process. Error messages are written to stdout.
1936 * 1936 *
1937 * @param argc number of arguments, must be 2 1937 * @param argc number of arguments, must be 2
1938 * @param argv arguments only argument is the name of the interface (i.e. 'mon0') 1938 * @param argv arguments only argument is the name of the interface (e.g. 'mon0')
1939 * @return 0 on success (never happens, as we don't return unless aborted), 1 on error 1939 * @return 0 on success (never happens, as we don't return unless aborted), 1 on error
1940 */ 1940 */
1941int 1941int
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