From c55d4b07fd2b896e303efe4d4ad4401a19ce97aa Mon Sep 17 00:00:00 2001 From: Scott Olson Date: Thu, 17 Mar 2016 03:20:49 -0600 Subject: [PATCH] Fix typo. --- src/memory.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/memory.rs b/src/memory.rs index a42d504381ae..deea5e29deca 100644 --- a/src/memory.rs +++ b/src/memory.rs @@ -63,7 +63,7 @@ pub enum Repr { /// The size of the largest variant in bytes. max_variant_size: usize, - /// The represenations of the contents of each variant. + /// The representations of the contents of each variant. variants: Vec, },