From 0c4b28488cbd89d046c16cdadda4f1d322c5a527 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Sat, 19 Mar 2022 17:33:25 +0000 Subject: [PATCH] hypervisor: mshv: fix a comment It should have said MSHV in the comment. Signed-off-by: Wei Liu --- hypervisor/src/mshv/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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