diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-01-18 16:15:37 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-01-27 21:22:35 +0100 |
commit | cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0 (patch) | |
tree | e07bb46576b327b22a3b2d0c8d51b7be29a13280 /src/utiltime.cpp | |
parent | a7ea2f8fdbe9392bcbd4a219a42ebd9518d2e2ef (diff) |
[trivial] Fix typos in comments
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 87a25866e9..c7b3e4f168 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 */ |