aboutsummaryrefslogtreecommitdiff
path: root/libbutl/path.mxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-11-09 18:18:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-11-09 18:18:34 +0200
commit8f4b6a0680744d656eaa60a0908552274e2a4a9b (patch)
tree76bd4329b780daf58bec584edfcd450abfdc6bcf /libbutl/path.mxx
parent5ffc678109310f90f9eaa2b86a98900703ac60ae (diff)
Fix comment
Diffstat (limited to 'libbutl/path.mxx')
-rw-r--r--libbutl/path.mxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/path.mxx b/libbutl/path.mxx
index 4d843e5..fecbaf6 100644
--- a/libbutl/path.mxx
+++ b/libbutl/path.mxx
@@ -793,8 +793,8 @@ LIBBUTL_MODEXPORT namespace butl
basic_path
base () const;
- // Return the extension or NULL if not present. If not empty, then the
- // result starts with the character past the dot.
+ // Return the extension or empty string if not present. If not empty, then
+ // the result starts with the character past the dot.
//
string_type
extension () const;