summaryrefslogtreecommitdiffstats
path: root/src/common/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/fs/fs.h')
-rw-r--r--src/common/fs/fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/fs/fs.h b/src/common/fs/fs.h
index cf7dfffcc..a6c993962 100644
--- a/src/common/fs/fs.h
+++ b/src/common/fs/fs.h
@@ -110,8 +110,8 @@ template <typename Path1, typename Path2>
*
* Failures occur when:
* - Input path is not valid
- * - Filesystem object at path is not a file
- * - The file is not opened
+ * - Filesystem object at path exists and is not a regular file
+ * - The file is not open
*
* @param path Filesystem path
* @param mode File access mode