diff options
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/util.c b/src/common/util.c index 18d9fcba2c..d4a30a1459 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -1381,8 +1381,8 @@ append_bytes_to_file(const char *fname, const char *str, size_t len, /** Read the contents of <b>filename</b> into a newly allocated * string; return the string on success or NULL on failure. * - * If <b>size_out</b> is provided, store the length of the result in - * <b>size_out</b>. + * If <b>stat_out</b> is provided, store the result of stat()ing the + * file into <b>stat_out</b>. * * If <b>flags</b> & RFTS_BIN, open the file in binary mode. * If <b>flags</b> & RFTS_IGNORE_MISSING, don't warn if the file |