We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8b1e3 commit 349271aCopy full SHA for 349271a
src/librustc/mir/interpret/allocation.rs
@@ -55,7 +55,7 @@ pub struct Allocation<Tag=(),Extra=()> {
55
56
57
pub trait AllocationExtra<Tag, MemoryExtra>: ::std::fmt::Debug + Clone {
58
- /// Hook to initialize the extra data when an allocation gets crated.
+ /// Hook to initialize the extra data when an allocation gets created.
59
fn memory_allocated(
60
_size: Size,
61
_memory_extra: &MemoryExtra
0 commit comments