diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-23 12:12:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-23 12:12:04 +0200 |
commit | f29c9a5a0cdca0205f98d55ad20d1145295db126 (patch) | |
tree | b2b2e5df52175410707ad7d8d60d015736b4e10b /butl/path | |
parent | 06f409edcbf653aa008ac0383609f13624bce9f7 (diff) |
Minor changes
Diffstat (limited to 'butl/path')
-rw-r--r-- | butl/path | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |