Skip to content

Commit 580c451

Browse files
committed
fixup! Add test for creating sandbox from snapshot from sandbox
Spelling nit Signed-off-by: Lucy Menon <168595099+syntactically@users.noreply.github.com>
1 parent a25c1cd commit 580c451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hyperlight_host/src/hypervisor/hyperlight_vm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pub(crate) struct HyperlightVm {
8585
#[cfg(not(gdb))]
8686
vm: Box<dyn VirtualMachine>,
8787
page_size: usize,
88-
entrypoint: Option<u64>, // only present if this vm has not yet been initialisde
88+
entrypoint: Option<u64>, // only present if this vm has not yet been initialised
8989
rsp_gva: u64,
9090
interrupt_handle: Arc<dyn InterruptHandleImpl>,
9191

0 commit comments

Comments
 (0)