diff options
-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 705cbd6..13418e0 100644 --- a/libbutl/path.mxx +++ b/libbutl/path.mxx @@ -467,8 +467,8 @@ LIBBUTL_MODEXPORT namespace butl template <class P, class C, class K> P path_cast (const basic_path<C, K>&); template <class P, class C, class K> P path_cast (basic_path<C, K>&&); - // Low-level path data storage. It is also by the implementation to pass - // around initialized/valid paths. + // Low-level path data storage. It is also used by the implementation to + // pass around initialized/valid paths. // template <typename C> struct path_data |