From 7625f25175fe732b674f3a8c16151b59cefedc27 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 1 Feb 2019 15:13:58 +0200 Subject: Cosmetic change --- libbutl/path.mxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libbutl/path.mxx b/libbutl/path.mxx index 464224f..ee1ece0 100644 --- a/libbutl/path.mxx +++ b/libbutl/path.mxx @@ -681,9 +681,9 @@ LIBBUTL_MODEXPORT namespace butl // Return a temporary path. The path is constructed by starting with the // temporary directory and then appending a path component consisting of - // the prefix followed by the process id following by a unique counter - // value inside the process. Throw std::system_error to report underlying - // OS errors. + // the specified prefix followed by the process id following by a unique + // counter value inside the process (all separated with `-`). Throw + // std::system_error to report underlying OS errors. // static basic_path temp_path (const string_type& prefix) -- cgit v1.1