diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-11-09 18:18:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-11-09 18:18:34 +0200 |
commit | 8f4b6a0680744d656eaa60a0908552274e2a4a9b (patch) | |
tree | 76bd4329b780daf58bec584edfcd450abfdc6bcf | |
parent | 5ffc678109310f90f9eaa2b86a98900703ac60ae (diff) |
Fix comment
-rw-r--r-- | libbutl/path.mxx | 4 |
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; |