aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-01-29 16:02:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-01-29 16:02:23 +0200
commitc72f44abf45f04c8725b9a363324cf1f3548796c (patch)
treed1f0ecba71c77bc636ff5bd1dc83df1361adf9bf
parent7562d28ff7e0dad216c7f72145b23938d979fe7c (diff)
Fix typo
-rw-r--r--libbutl/path.mxx4
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