Skip to content

Commit d15d483

Browse files
committed
fix spelling issues
Signed-off-by: Simon Davies <[email protected]>
1 parent 04d12e1 commit d15d483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/hyperlight_host/src/hypervisor/hypervisor_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/hyperlight_host/src/hypervisor/windows_hypervisor_platform.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)