diff options
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h index d64ffb8e88..5d9a16030d 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -214,7 +214,7 @@ int append_bytes_to_file(const char *fname, const char *str, size_t len, /** Flag for read_file_to_str: open the file in binary mode. */ #define RFTS_BIN 1 -/** Flag for read_file_to_str: it's okay if the file doesn't exist */ +/** Flag for read_file_to_str: it's okay if the file doesn't exist. */ #define RFTS_IGNORE_MISSING 2 struct stat; |