File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/hyperlight_host/src/hypervisor Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ impl VMPartition {
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
139139// with an error about a missing entrypoint
140- // This function should always succeed since before we get here we have already checked that the hypervisor is present and
140+ // This function should always succeed since before we get here we have already checked that the hypervisor is present and
141141// that we are on a supported version of windows.
142142type WHvMapGpaRange2Func = unsafe extern "cdecl" fn (
143143 WHV_PARTITION_HANDLE ,
You can’t perform that action at this time.
0 commit comments