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