Fix misleading comment

This commit is contained in:
Lachlan Sneff
2019-01-12 18:02:47 -05:00
parent f08f49fa38
commit 9fab2ea5df

View File

@ -43,7 +43,7 @@ impl Instance {
vmctx, vmctx,
}); });
// Initialize the vm::Ctx in-place after the import_backing // Initialize the vm::Ctx in-place after the backing
// has been boxed. // has been boxed.
*inner.vmctx = vm::Ctx::new(&mut inner.backing, &mut inner.import_backing); *inner.vmctx = vm::Ctx::new(&mut inner.backing, &mut inner.import_backing);