Skip to content

Commit 349271a

Browse files
oli-obkRalfJung
andcommitted
Typo
Co-Authored-By: RalfJung <[email protected]>
1 parent fb8b1e3 commit 349271a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/mir/interpret/allocation.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub struct Allocation<Tag=(),Extra=()> {
5555

5656

5757
pub trait AllocationExtra<Tag, MemoryExtra>: ::std::fmt::Debug + Clone {
58-
/// Hook to initialize the extra data when an allocation gets crated.
58+
/// Hook to initialize the extra data when an allocation gets created.
5959
fn memory_allocated(
6060
_size: Size,
6161
_memory_extra: &MemoryExtra

0 commit comments

Comments
 (0)