Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoanjo committed Dec 9, 2023
1 parent 397c222 commit a7043bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/gvl_tracing_native_extension/gvl_tracing.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static void render_event(const char *event_name) {
}

static void on_thread_event(rb_event_flag_t event_id, UNUSED_ARG const rb_internal_thread_event_data_t *_unused1, UNUSED_ARG void *_unused2) {
// In some cases, Ruby seems to even multiple suspended events for the same thread in a row (e.g. when multiple threads)
// In some cases, Ruby seems to emit multiple suspended events for the same thread in a row (e.g. when multiple threads)
// are waiting on a Thread::ConditionVariable.new that gets signaled. We coalesce these events to make the resulting
// timeline easier to see.
//
Expand Down

0 comments on commit a7043bd

Please sign in to comment.