aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_channel.h')
-rw-r--r--src/mesh/gnunet-service-mesh_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_channel.h b/src/mesh/gnunet-service-mesh_channel.h
index 4886e4a09..75136b4de 100644
--- a/src/mesh/gnunet-service-mesh_channel.h
+++ b/src/mesh/gnunet-service-mesh_channel.h
@@ -57,7 +57,7 @@ GMCH_send_ack (struct MeshChannel *ch, int fwd);
57 57
58/** 58/**
59 * Send data on a channel. 59 * Send data on a channel.
60 * 60 *
61 * If the destination is local, send it to client, otherwise encrypt and 61 * If the destination is local, send it to client, otherwise encrypt and
62 * send to next hop. 62 * send to next hop.
63 * 63 *