diff options
Diffstat (limited to 'include/ruby/thread.h')
-rw-r--r-- | include/ruby/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/thread.h b/include/ruby/thread.h index 3753a4c06a..d6a543af91 100644 --- a/include/ruby/thread.h +++ b/include/ruby/thread.h @@ -243,7 +243,7 @@ typedef struct rb_internal_thread_event_hook rb_internal_thread_event_hook_t; * @return An opaque pointer to the hook, to unregister it later. * @note This functionality is a noop on Windows. * @note The callback will be called without the GVL held, except for the - RESUMED event. + * RESUMED event. * @warning This function MUST not be called from a thread event callback. */ rb_internal_thread_event_hook_t *rb_internal_thread_add_event_hook( |