diff --git a/src/memory.rs b/src/memory.rs index a42d504381a..deea5e29dec 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, },