aboutsummaryrefslogtreecommitdiff
path: root/butl/path
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-23 12:12:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-23 12:12:04 +0200
commitf29c9a5a0cdca0205f98d55ad20d1145295db126 (patch)
treeb2b2e5df52175410707ad7d8d60d015736b4e10b /butl/path
parent06f409edcbf653aa008ac0383609f13624bce9f7 (diff)
Minor changes
Diffstat (limited to 'butl/path')
-rw-r--r--butl/path4
1 files changed, 2 insertions, 2 deletions
diff --git a/butl/path b/butl/path
index 3a2335e..da36770 100644
--- a/butl/path
+++ b/butl/path
@@ -319,8 +319,8 @@ namespace butl
// Return a temporary name. The name is constructed by starting with the
// prefix followed by the process id following by a unique counter value
- // inside the process. Throw std::system_error to report the underlying OS
- // errors.
+ // inside the process (MT-safe). Throw std::system_error to report the
+ // underlying OS errors.
//
static string_type
temp_name (string_type const& prefix);