diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-01 15:13:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-01 15:13:58 +0200 |
commit | 7625f25175fe732b674f3a8c16151b59cefedc27 (patch) | |
tree | dbf4d42a268063b16aa6345e3420f045ce9dfb64 | |
parent | 9db3d0846e8f9e5bf232310075ec3e507b26d4f0 (diff) |
Cosmetic change
-rw-r--r-- | libbutl/path.mxx | 6 |
1 files 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) |