Skip to content

Commit

Permalink
fix spelling issues
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Davies <[email protected]>
  • Loading branch information
simongdavies committed Dec 12, 2024
1 parent 04d12e1 commit d15d483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hyperlight_host/src/hypervisor/hypervisor_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ impl HypervisorHandler {
Err(_) => {
// 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
// we will try and get the join handle for the thread and if it has finished check to see if it returned an error
// if it did then we will return that error, otherwise we wil return the timeout error
// if it did then we will return that error, otherwise we will return the timeout error
match self
.execution_variables
.join_handle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ impl VMPartition {
}
}

// This function dynmically loads the WHvMapGpaRange2 function from the winhvplatform.dll
// This function dynamically loads the WHvMapGpaRange2 function from the winhvplatform.dll
// WHvMapGpaRange2 only available on Windows 11 or Windows Server 2022 and later
// we do things this way to allow a user trying to load hyperlight on an older version of windows to
// get an error message saying that hyperlight requires a newer version of windows, rather than just failing
Expand Down

0 comments on commit d15d483

Please sign in to comment.