mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
hypervisor: Fix a typo in error message
Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user