diff options
author | Alan Wu <[email protected]> | 2024-12-04 16:26:02 -0500 |
---|---|---|
committer | Alan Wu <[email protected]> | 2024-12-04 16:26:31 -0500 |
commit | c0e12bf8d2eb3ee78d6926b8d6010bbbafce97ef (patch) | |
tree | 341607e53595446871874028b85e8417ea3f5f01 /include/ruby/internal/intern/select/win32.h | |
parent | 4b4d52ef50a926f0af6eeb3423c8e0e44603cd26 (diff) |
Fix typos in public headers [ci skip]
Diffstat (limited to 'include/ruby/internal/intern/select/win32.h')
-rw-r--r-- | include/ruby/internal/intern/select/win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/intern/select/win32.h b/include/ruby/internal/intern/select/win32.h index 4c8de76009..b7301e63f3 100644 --- a/include/ruby/internal/intern/select/win32.h +++ b/include/ruby/internal/intern/select/win32.h @@ -206,7 +206,7 @@ rb_fd_dup(rb_fdset_t *dst, const rb_fdset_t *src) * property we heavily touch the internals of MSVCRT. We `CreateFile` a * `"NUL"` alongside of a socket and directly manipulate its `struct ioinfo`. * This is of course a very dirty hack. If we could design the API today we - * could use `CancellIoEx`. But we are older than that Win32 API. + * could use `CancelIoEx`. But we are older than that Win32 API. */ static inline int rb_fd_select(int n, rb_fdset_t *rfds, rb_fdset_t *wfds, rb_fdset_t *efds, struct timeval *timeout) |