aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/mesh_tunnel_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_tunnel_tree.h b/src/mesh/mesh_tunnel_tree.h
index 615a5a8d0..84fd0acb2 100644
--- a/src/mesh/mesh_tunnel_tree.h
+++ b/src/mesh/mesh_tunnel_tree.h
@@ -197,7 +197,7 @@ tree_get_first_hop (struct MeshTunnelTree *t, GNUNET_PEER_Id peer);
197 * Find the given peer in the tree. 197 * Find the given peer in the tree.
198 * 198 *
199 * @param tree Tree where to look for the peer. 199 * @param tree Tree where to look for the peer.
200 * @param peer Peer to find. 200 * @param peer_id Peer to find.
201 * 201 *
202 * @return Pointer to the node of the peer. NULL if not found. 202 * @return Pointer to the node of the peer. NULL if not found.
203 */ 203 */