diff --git a/src/hyperlight_host/src/hypervisor/windows_hypervisor_platform.rs b/src/hyperlight_host/src/hypervisor/windows_hypervisor_platform.rs index b47cfe8d..57868756 100644 --- a/src/hyperlight_host/src/hypervisor/windows_hypervisor_platform.rs +++ b/src/hyperlight_host/src/hypervisor/windows_hypervisor_platform.rs @@ -137,7 +137,7 @@ impl VMPartition { // 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 // with an error about a missing entrypoint -// This function should always succeed since before we get here we have already checked that the hypervisor is present and +// This function should always succeed since before we get here we have already checked that the hypervisor is present and // that we are on a supported version of windows. type WHvMapGpaRange2Func = unsafe extern "cdecl" fn( WHV_PARTITION_HANDLE,