File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/hyperlight_host/src/hypervisor Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -595,7 +595,7 @@ impl HypervisorHandler {
595595 Err ( _) => {
596596 // If we have timed out it may be that the handler thread returned an error before it sent a message, so rather than just timeout here
597597 // we will try and get the join handle for the thread and if it has finished check to see if it returned an error
598- // if it did then we will return that error, otherwise we wil return the timeout error
598+ // if it did then we will return that error, otherwise we will return the timeout error
599599 match self
600600 . execution_variables
601601 . join_handle
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ impl VMPartition {
132132 }
133133}
134134
135- // This function dynmically loads the WHvMapGpaRange2 function from the winhvplatform.dll
135+ // This function dynamically loads the WHvMapGpaRange2 function from the winhvplatform.dll
136136// WHvMapGpaRange2 only available on Windows 11 or Windows Server 2022 and later
137137// we do things this way to allow a user trying to load hyperlight on an older version of windows to
138138// get an error message saying that hyperlight requires a newer version of windows, rather than just failing
You can’t perform that action at this time.
0 commit comments