From: Richard Russon Date: Fri, 31 Aug 2018 14:53:03 +0000 (+0100) Subject: fix comment for nntp_expand_path() X-Git-Tag: 2019-10-25~674^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd32b4610fd314a4402db3815d8aa1ae110f7227;p=neomutt fix comment for nntp_expand_path() --- 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) {