summaryrefslogtreecommitdiff
path: root/libnetfs
diff options
context:
space:
mode:
Diffstat (limited to 'libnetfs')
-rw-r--r--libnetfs/append-std-options.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libnetfs/append-std-options.c b/libnetfs/append-std-options.c
index cb0a36da..1590d930 100644
--- a/libnetfs/append-std-options.c
+++ b/libnetfs/append-std-options.c
@@ -22,9 +22,8 @@
#include "netfs.h"
-/* *Appends* to ARGZ & ARGZ_LEN '\0'-separated options describing the standard
- netfs option state (note that unlike netfs_get_options, ARGZ & ARGZ_LEN
- must already have a sane value). */
+/* Appends to ARGZ & ARGZ_LEN '\0'-separated options describing the standard
+ netfs option state. */
error_t
netfs_append_std_options (char **argz, unsigned *argz_len)
{