Skip to content

Commit 627283c

Browse files
committed
fix: fix typo in comment
1 parent a47f6d6 commit 627283c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@ impl<const MIN_ALIGN: usize> Bump<MIN_ALIGN> {
20552055
// Set the new chunk as our new current chunk.
20562056
self.current_chunk_footer.set(new_footer);
20572057

2058-
// And then we can rely on `tray_alloc_layout_fast` to allocate
2058+
// And then we can rely on `try_alloc_layout_fast` to allocate
20592059
// space within this chunk.
20602060
let ptr = self.try_alloc_layout_fast(layout);
20612061
debug_assert!(ptr.is_some());

0 commit comments

Comments
 (0)