]> granicus.if.org Git - neomutt/commitdiff
fix comment for nntp_expand_path()
authorRichard Russon <rich@flatcap.org>
Fri, 31 Aug 2018 14:53:03 +0000 (15:53 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 31 Aug 2018 23:15:59 +0000 (00:15 +0100)
nntp/newsrc.c

index 7a1ffef3a7aa616868c677e8dd94a590d715854d..4c3266fa2a42cc0ae619b58de28c75e3adb79593 100644 (file)
@@ -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)
 {