aboutsummaryrefslogtreecommitdiff
path: root/libbutl/filesystem.mxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-11-19 14:59:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-11-19 14:59:16 +0200
commitdf1f6dac3b80093c39e850f0d07431b921328f80 (patch)
treef7f779aa63f47870d51dfc7b1aaf75ebfa6ac791 /libbutl/filesystem.mxx
parent2933e1a01a6f49b60b4b9a2c7bd1439cbadc982a (diff)
Cosmetic change
Diffstat (limited to 'libbutl/filesystem.mxx')
-rw-r--r--libbutl/filesystem.mxx2
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.