X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6902ed178ba54c8e1c410519f7ee576ddb42554c..b45b059a3dcfcf835a8925c23240a3a49311ca44:/token.c diff --git a/token.c b/token.c index 174f121a..e120a0f5 100644 --- a/token.c +++ b/token.c @@ -474,8 +474,8 @@ static void see_deflate_token(char *buf, int len) } while (len || rx_strm.avail_out == 0); } -/* - * transmit a verbatim buffer of length n followed by a token +/** + * Transmit a verbatim buffer of length @p n followed by a token. * If token == -1 then we have reached EOF * If n == 0 then don't send a buffer */