We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7159d51 commit f5e228fCopy full SHA for f5e228f
1 file changed
crates/oxc_allocator/src/bump.rs
@@ -2110,7 +2110,7 @@ impl<const MIN_ALIGN: usize> Bump<MIN_ALIGN> {
2110
// Set the new chunk as our new current chunk.
2111
self.current_chunk_footer.set(new_footer);
2112
2113
- // And then we can rely on `tray_alloc_layout_fast` to allocate
+ // And then we can rely on `try_alloc_layout_fast` to allocate
2114
// space within this chunk.
2115
let ptr = self.try_alloc_layout_fast(layout);
2116
debug_assert!(ptr.is_some());
0 commit comments