From db7d842fb3b9ae51f1f4e155b5779503ca3a2bb4 Mon Sep 17 00:00:00 2001 From: Scott Olson Date: Sun, 11 Sep 2016 03:06:44 -0600 Subject: [PATCH] Fix comment wording. --- src/interpreter/vtable.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interpreter/vtable.rs b/src/interpreter/vtable.rs index 154a9ee8c5a6..338dc8fdf7b1 100644 --- a/src/interpreter/vtable.rs +++ b/src/interpreter/vtable.rs @@ -9,8 +9,8 @@ use memory::Pointer; use super::terminator::{get_impl_method, ImplMethod}; impl<'a, 'tcx> EvalContext<'a, 'tcx> { - /// Creates a returns a dynamic vtable for the given type and vtable origin. - /// This is used only for objects. + /// Creates a dynamic vtable for the given type and vtable origin. This is used only for + /// objects. /// /// The `trait_ref` encodes the erased self type. Hence if we are /// making an object `Foo` from a value of type `Foo`, then