diff options
author | Josef Angstenberger <code@jtxa.de> | 2021-05-06 20:28:42 (GMT) |
---|---|---|
committer | Josef Angstenberger <code@jtxa.de> | 2021-05-07 15:00:18 (GMT) |
commit | 5950e5432554e3cc731006ed452bab5ddfffec23 (patch) | |
tree | 41e01846b45b3b88575fa8b6df8fcf34e73ba973 /Source/cmUVHandlePtr.cxx | |
parent | 7072d837720d25bcd1906764e3eb23b940e4e4a4 (diff) | |
download | CMake-5950e5432554e3cc731006ed452bab5ddfffec23.zip CMake-5950e5432554e3cc731006ed452bab5ddfffec23.tar.gz CMake-5950e5432554e3cc731006ed452bab5ddfffec23.tar.bz2 |
Source: Fix typos and spelling in comments
Diffstat (limited to 'Source/cmUVHandlePtr.cxx')
-rw-r--r-- | Source/cmUVHandlePtr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmUVHandlePtr.cxx b/Source/cmUVHandlePtr.cxx index 8ea1942..e05b2d52 100644 --- a/Source/cmUVHandlePtr.cxx +++ b/Source/cmUVHandlePtr.cxx @@ -128,7 +128,7 @@ template <> struct uv_handle_deleter<uv_async_t> { /*** - * Wile uv_async_send is itself thread-safe, there are + * While uv_async_send is itself thread-safe, there are * no strong guarantees that close hasn't already been * called on the handle; and that it might be deleted * as the send call goes through. This mutex guards |