Apply suggestions from code review

typos

Co-Authored-By: RalfJung <post@ralfj.de>
This commit is contained in:
Ralf Jung 2019-04-08 10:29:22 +02:00 committed by GitHub
parent b00fd57075
commit 5731945187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -910,7 +910,7 @@ where
/// create such an allocation.
/// This is essentially `force_to_memplace`.
///
/// This supports unsized types and returnes the computed size to avoid some
/// This supports unsized types and returns the computed size to avoid some
/// redundant computation when copying; use `force_allocation` for a simpler, sized-only
/// version.
pub fn force_allocation_maybe_sized(

View file

@ -76,7 +76,7 @@ impl<'a, 'mir, 'tcx, M: Machine<'a, 'mir, 'tcx>> InterpretCx<'a, 'mir, 'tcx, M>
for (i, method) in methods.iter().enumerate() {
if let Some((def_id, substs)) = *method {
// resolve for vtable: insert thims where needed
// resolve for vtable: insert shims where needed
let substs = self.subst_and_normalize_erasing_regions(substs)?;
let instance = ty::Instance::resolve_for_vtable(
*self.tcx,