aboutsummaryrefslogtreecommitdiff
path: root/libbutl/path.mxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-01-29 18:19:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-01-29 18:19:52 +0200
commit2be71ce80a4352a78ae80d0c698b07f0da765f99 (patch)
tree22c5ca943f7d0c034685acf8e37ad5ebb010e171 /libbutl/path.mxx
parentc72f44abf45f04c8725b9a363324cf1f3548796c (diff)
Cosmetic change
Diffstat (limited to 'libbutl/path.mxx')
-rw-r--r--libbutl/path.mxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/path.mxx b/libbutl/path.mxx
index 13418e0..4062cad 100644
--- a/libbutl/path.mxx
+++ b/libbutl/path.mxx
@@ -609,7 +609,7 @@ LIBBUTL_MODEXPORT namespace butl
using dir_type = typename K::dir_type;
// Create a special empty path. Note that we have to provide our own
- // implementation rather than using '=default' to make clang allow
+ // implementation rather than using '=default' to make Clang allow
// default-initialized const instances of this type.
//
basic_path () {}