aboutsummaryrefslogtreecommitdiff
path: root/src/transport/tcp_server_legacy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/tcp_server_legacy.c')
-rw-r--r--src/transport/tcp_server_legacy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/tcp_server_legacy.c b/src/transport/tcp_server_legacy.c
index 59b4fc20a..f4d48d4f6 100644
--- a/src/transport/tcp_server_legacy.c
+++ b/src/transport/tcp_server_legacy.c
@@ -836,7 +836,7 @@ GNUNET_SERVER_destroy (struct GNUNET_SERVER_Handle *server)
836 * incoming messages; the last entry must 836 * incoming messages; the last entry must
837 * have "NULL" for the "callback"; multiple 837 * have "NULL" for the "callback"; multiple
838 * entries for the same type are allowed, 838 * entries for the same type are allowed,
839 * they will be called in order of occurence. 839 * they will be called in order of occurrence.
840 * These handlers can be removed later; 840 * These handlers can be removed later;
841 * the handlers array must exist until removed 841 * the handlers array must exist until removed
842 * (or server is destroyed). 842 * (or server is destroyed).