From f8dd08deb48ee7432e4c59cb5bb28fb7941fcb7a Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 18 Oct 2013 11:27:48 +0000 Subject: [PATCH] - doxygen --- src/mesh/gnunet-service-mesh_connection.c | 4 ++-- src/mesh/gnunet-service-mesh_connection.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c index afdb801c9..c31504cfb 100644 --- a/src/mesh/gnunet-service-mesh_connection.c +++ b/src/mesh/gnunet-service-mesh_connection.c @@ -1347,7 +1347,7 @@ GMC_handle_destroy (void *cls, const struct GNUNET_PeerIdentity *peer, * Generic handler for mesh network encrypted traffic. * * @param peer Peer identity this notification is about. - * @param message Encrypted message. + * @param msg Encrypted message. * * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -1939,7 +1939,7 @@ GMC_get_buffer (struct MeshConnection *c, int fwd) } /** - * Get how many messages have we allowed to send to us from a direction.. + * Get how many messages have we allowed to send to us from a direction. * * @param c Connection. * @param fwd Are we asking about traffic from FWD (BCK messages)? diff --git a/src/mesh/gnunet-service-mesh_connection.h b/src/mesh/gnunet-service-mesh_connection.h index 816d93f45..d6b261002 100644 --- a/src/mesh/gnunet-service-mesh_connection.h +++ b/src/mesh/gnunet-service-mesh_connection.h @@ -290,7 +290,7 @@ unsigned int GMC_get_buffer (struct MeshConnection *c, int fwd); /** - * Get how many messages have we allowed to send to us from a direction.. + * Get how many messages have we allowed to send to us from a direction. * * @param c Connection. * @param fwd Are we asking about traffic from FWD (BCK messages)? -- 2.25.1