aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 () {}