diff options
Diffstat (limited to 'src/transport/transport_api_monitor_plugins.c')
-rw-r--r-- | src/transport/transport_api_monitor_plugins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/transport_api_monitor_plugins.c b/src/transport/transport_api_monitor_plugins.c index 1a8ec8b7c..56d6f928d 100644 --- a/src/transport/transport_api_monitor_plugins.c +++ b/src/transport/transport_api_monitor_plugins.c @@ -79,7 +79,7 @@ struct GNUNET_TRANSPORT_PluginMonitor /** * Abstract representation of a plugin's session. - * Corresponds to the `struct Session` within the TRANSPORT service. + * Corresponds to the `struct GNUNET_ATS_Session` within the TRANSPORT service. */ struct GNUNET_TRANSPORT_PluginSession { |