mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 11:22:26 +00:00
hypervisor: Fix a typo in error message
Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
This commit is contained in:
parent
6e6b519a74
commit
7a68689794
@ -48,12 +48,12 @@ pub enum HypervisorCpuError {
|
|||||||
///
|
///
|
||||||
/// Setting floating point registers error
|
/// Setting floating point registers error
|
||||||
///
|
///
|
||||||
#[error("Failed to set special register: {0}")]
|
#[error("Failed to set floating point registers: {0}")]
|
||||||
SetFloatingPointRegs(#[source] anyhow::Error),
|
SetFloatingPointRegs(#[source] anyhow::Error),
|
||||||
///
|
///
|
||||||
/// Getting floating point register error
|
/// Getting floating point register error
|
||||||
///
|
///
|
||||||
#[error("Failed to get special register: {0}")]
|
#[error("Failed to get floating points registers: {0}")]
|
||||||
GetFloatingPointRegs(#[source] anyhow::Error),
|
GetFloatingPointRegs(#[source] anyhow::Error),
|
||||||
///
|
///
|
||||||
/// Setting Cpuid error
|
/// Setting Cpuid error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user