We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47f6d6 commit 1db9be9Copy full SHA for 1db9be9
src/lib.rs
@@ -2055,7 +2055,7 @@ impl<const MIN_ALIGN: usize> Bump<MIN_ALIGN> {
2055
// Set the new chunk as our new current chunk.
2056
self.current_chunk_footer.set(new_footer);
2057
2058
- // And then we can rely on `tray_alloc_layout_fast` to allocate
+ // And then we can rely on `try_alloc_layout_fast` to allocate
2059
// space within this chunk.
2060
let ptr = self.try_alloc_layout_fast(layout);
2061
debug_assert!(ptr.is_some());
0 commit comments