hypervisor: mshv: fix a comment

It should have said MSHV in the comment.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu 2022-03-19 17:33:25 +00:00 committed by Rob Bradford
parent 028961ac9f
commit 0c4b28488c

View File

@ -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<MsrList> {
self.mshv