From: David Barksdale Date: Thu, 18 Aug 2016 16:01:48 +0000 (+0000) Subject: Fix comment X-Git-Tag: initial-import-from-subversion-38251~371 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;ds=sidebyside;h=9c52e8c0f2c62b73b5e16b72a4717314a90d672d;p=oweals%2Fgnunet.git Fix comment --- diff --git a/src/transport/transport_api_core.c b/src/transport/transport_api_core.c index 0705552f9..f6ea43db9 100644 --- a/src/transport/transport_api_core.c +++ b/src/transport/transport_api_core.c @@ -923,7 +923,7 @@ GNUNET_TRANSPORT_core_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, /** * Disconnect from the transport service. * - * @param handle handle to the service as returned from #GNUNET_TRANSPORT_connect() + * @param handle handle to the service as returned from #GNUNET_TRANSPORT_core_connect() */ void GNUNET_TRANSPORT_core_disconnect (struct GNUNET_TRANSPORT_CoreHandle *handle)