diff options
| author | MarcoFalke <[email protected]> | 2017-01-29 16:05:06 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-01-29 16:05:37 +0100 |
| commit | 0fea960ca917b73aff853fe88476174c8a313863 (patch) | |
| tree | e07bb46576b327b22a3b2d0c8d51b7be29a13280 /src/utiltime.cpp | |
| parent | Merge #9638: qa: Actually test assertions in pruning.py (diff) | |
| parent | [trivial] Fix typos in comments (diff) | |
| download | discoin-0fea960ca917b73aff853fe88476174c8a313863.tar.xz discoin-0fea960ca917b73aff853fe88476174c8a313863.zip | |
Merge #9510: [trivial] Fix typos in comments
cc16d99 [trivial] Fix typos in comments (practicalswift)
Diffstat (limited to 'src/utiltime.cpp')
| -rw-r--r-- | src/utiltime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utiltime.cpp b/src/utiltime.cpp index 87a25866e..c7b3e4f16 100644 --- a/src/utiltime.cpp +++ b/src/utiltime.cpp @@ -63,7 +63,7 @@ void MilliSleep(int64_t n) { /** - * Boost's sleep_for was uninterruptable when backed by nanosleep from 1.50 + * Boost's sleep_for was uninterruptible when backed by nanosleep from 1.50 * until fixed in 1.52. Use the deprecated sleep method for the broken case. * See: https://svn.boost.org/trac/boost/ticket/7238 */ |