diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-11-19 14:59:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-11-19 14:59:16 +0200 |
commit | df1f6dac3b80093c39e850f0d07431b921328f80 (patch) | |
tree | f7f779aa63f47870d51dfc7b1aaf75ebfa6ac791 | |
parent | 2933e1a01a6f49b60b4b9a2c7bd1439cbadc982a (diff) |
Cosmetic change
-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. |