From 349271ab2c795b068dd208176fe00d9b257ab4f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20S=CC=B6c=CC=B6h=CC=B6n=CC=B6e=CC=B6i=CC=B6d=CC=B6?= =?UTF-8?q?e=CC=B6r=20Scherer?= Date: Tue, 20 Nov 2018 09:47:36 +0100 Subject: [PATCH] Typo Co-Authored-By: RalfJung --- src/librustc/mir/interpret/allocation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/mir/interpret/allocation.rs b/src/librustc/mir/interpret/allocation.rs index d6c740794d51..c1ce11a98218 100644 --- a/src/librustc/mir/interpret/allocation.rs +++ b/src/librustc/mir/interpret/allocation.rs @@ -55,7 +55,7 @@ pub struct Allocation { pub trait AllocationExtra: ::std::fmt::Debug + Clone { - /// Hook to initialize the extra data when an allocation gets crated. + /// Hook to initialize the extra data when an allocation gets created. fn memory_allocated( _size: Size, _memory_extra: &MemoryExtra