diff --git a/hypervisor/src/mshv/mod.rs b/hypervisor/src/mshv/mod.rs index 3f303a5e2..eeba4f9b4 100644 --- a/hypervisor/src/mshv/mod.rs +++ b/hypervisor/src/mshv/mod.rs @@ -134,7 +134,7 @@ impl hypervisor::Hypervisor for MshvHypervisor { } #[cfg(target_arch = "x86_64")] /// - /// Retrieve the list of MSRs supported by KVM. + /// Retrieve the list of MSRs supported by MSHV. /// fn get_msr_list(&self) -> hypervisor::Result { self.mshv