From c72f44abf45f04c8725b9a363324cf1f3548796c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Jan 2019 16:02:23 +0200 Subject: Fix typo --- libbutl/path.mxx | 4 ++-- 1 file 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 P path_cast (const basic_path&); template P path_cast (basic_path&&); - // 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 struct path_data -- cgit v1.1