diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-01-29 18:19:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-01-29 18:19:52 +0200 |
commit | 2be71ce80a4352a78ae80d0c698b07f0da765f99 (patch) | |
tree | 22c5ca943f7d0c034685acf8e37ad5ebb010e171 | |
parent | c72f44abf45f04c8725b9a363324cf1f3548796c (diff) |
Cosmetic change
-rw-r--r-- | libbutl/path.mxx | 2 |
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 () {} |