Skip to content

Commit

Permalink
[DOC] Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Feb 24, 2024
1 parent a255b43 commit e439419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yjit/src/codegen.rs
Expand Up @@ -8278,7 +8278,7 @@ fn gen_send_general(

mid = unsafe { rb_get_symbol_id(compile_time_name) };
if mid == 0 {
// This also rejects method names that need convserion
// This also rejects method names that need conversion
gen_counter_incr(asm, Counter::send_send_null_mid);
return None;
}
Expand Down

0 comments on commit e439419

Please sign in to comment.