- doxygen
authorBart Polot <bart@net.in.tum.de>
Fri, 18 Oct 2013 11:27:48 +0000 (11:27 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 18 Oct 2013 11:27:48 +0000 (11:27 +0000)
src/mesh/gnunet-service-mesh_connection.c
src/mesh/gnunet-service-mesh_connection.h

index afdb801c99436d6166e3c3d969dc14be6d3e8400..c31504cfb725241fa873bd9174980cfa412de065 100644 (file)
@@ -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)?
index 816d93f452026a5e5889357641ab21e193a7d71a..d6b2610027bd843f0cddfd90f55af5363cec0bd5 100644 (file)
@@ -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)?