From af5c03fe7c21923249f5cb287cd2e4dca1243004 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 12 Dec 2013 16:24:25 +0000 Subject: fixing documentation --- src/core/gnunet-service-core_clients.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core') diff --git a/src/core/gnunet-service-core_clients.c b/src/core/gnunet-service-core_clients.c index 55ebb9132..5f745e3bc 100644 --- a/src/core/gnunet-service-core_clients.c +++ b/src/core/gnunet-service-core_clients.c @@ -681,7 +681,7 @@ GSC_CLIENTS_reject_request (struct GSC_ClientActiveRequest *car) * * @param client client to notify * @param neighbour identity of the neighbour that changed status - * @param tmap_old previous type map for the neighbour, NULL for disconnect + * @param tmap_old previous type map for the neighbour, NULL for connect * @param tmap_new updated type map for the neighbour, NULL for disconnect */ void @@ -753,7 +753,7 @@ GSC_CLIENTS_notify_client_about_neighbour (struct GSC_Client *client, * or types processed by the respective peer. * * @param neighbour identity of the neighbour that changed status - * @param tmap_old previous type map for the neighbour, NULL for disconnect + * @param tmap_old previous type map for the neighbour, NULL for connect * @param tmap_new updated type map for the neighbour, NULL for disconnect */ void -- cgit v1.2.3