diff options
Diffstat (limited to 'butl/path.ixx')
-rw-r--r-- | butl/path.ixx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/path.ixx b/butl/path.ixx index 8dac717..1628ece 100644 --- a/butl/path.ixx +++ b/butl/path.ixx @@ -198,7 +198,7 @@ namespace butl { return absolute () #ifdef _WIN32 - // Disambiguate with dir_type(string_type,bool). + // Disambiguate with dir_type(string_type, bool). // ? dir_type (this->path_, static_cast<size_type> (2)) #else |