From 239c198350b27554ff9014d674517e3eb2780ab2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 Feb 2019 14:48:19 +0200 Subject: Cosmetic changes --- libbutl/path.mxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libbutl/path.mxx') diff --git a/libbutl/path.mxx b/libbutl/path.mxx index ee1ece0..cab11f5 100644 --- a/libbutl/path.mxx +++ b/libbutl/path.mxx @@ -698,13 +698,13 @@ LIBBUTL_MODEXPORT namespace butl empty () const {return this->path_.empty ();} // Note that size does not include the trailing separator except for - // the root case. + // the POSIX root case. // size_type size () const {return this->path_.size ();} - // Return true if this path doesn't have any directories. Note that "/foo" - // is not a simple path (it is "foo" in root directory) while "/" is (it + // Return true if this path doesn't have any directories. Note that `/foo` + // is not a simple path (it is `foo` in root directory) while `/` is (it // is the root directory). // bool -- cgit v1.1