diff options
-rw-r--r-- | libbutl/filesystem.mxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/filesystem.mxx b/libbutl/filesystem.mxx index bb83284..2a02c3a 100644 --- a/libbutl/filesystem.mxx +++ b/libbutl/filesystem.mxx @@ -112,7 +112,7 @@ LIBBUTL_MODEXPORT namespace butl std::uint64_t size; }; - // Return a flag indicating if the path is to an existing file system entry + // Return a flag indicating if the path is to an existing filesystem entry // and its type if so. Note that by default this function doesn't follow // symlinks. Underlying OS errors are reported by throwing std::system_error, // unless ignore_error is true. |