Skip to content

Commit

Permalink
Fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Apr 11, 2024
1 parent 501a32c commit ed303cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yjit/src/invariants.rs
Expand Up @@ -416,7 +416,7 @@ pub fn block_assumptions_free(blockref: BlockRef) {
invariants.constant_state_blocks.shrink_to_fit();
}

// Remove tracking for blocks assumping no singleton class
// Remove tracking for blocks assuming no singleton class
for (_, blocks) in invariants.no_singleton_classes.iter_mut() {
blocks.remove(&blockref);
}
Expand Down

0 comments on commit ed303cd

Please sign in to comment.