From bd32b4610fd314a4402db3815d8aa1ae110f7227 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Fri, 31 Aug 2018 15:53:03 +0100 Subject: [PATCH] fix comment for nntp_expand_path() --- nntp/newsrc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nntp/newsrc.c b/nntp/newsrc.c index 7a1ffef3a..4c3266fa2 100644 --- a/nntp/newsrc.c +++ b/nntp/newsrc.c @@ -569,9 +569,9 @@ static void cache_expand(char *dst, size_t dstlen, struct Account *acct, char *s /** * nntp_expand_path - Make fully qualified url from newsgroup name - * @param buf Buffer containing newsgroup name + * @param buf Buffer for the result * @param buflen Length of buffer - * @param acct Account to save result + * @param acct Account to serialise */ void nntp_expand_path(char *buf, size_t buflen, struct Account *acct) { -- 2.50.1