diff options
Diffstat (limited to 'src/util/server_mst.c')
-rw-r--r-- | src/util/server_mst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/server_mst.c b/src/util/server_mst.c index 07a7b30b8d..ad3be8f63f 100644 --- a/src/util/server_mst.c +++ b/src/util/server_mst.c @@ -110,7 +110,7 @@ GNUNET_SERVER_mst_create (GNUNET_SERVER_MessageTokenizerCallback cb, * @param client_identity ID of client for which this is a buffer * @param buf input data to add * @param size number of bytes in buf - * @param purge should any excess bytes in the buffer be discarded + * @param purge should any excess bytes in the buffer be discarded * (i.e. for packet-based services like UDP) * @param one_shot only call callback once, keep rest of message in buffer * @return GNUNET_OK if we are done processing (need more data) |