mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-22 04:25:21 +00:00
virtio-devices: fix typo in error description
Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
parent
88f3537b47
commit
a91637067a
@ -123,7 +123,7 @@ pub enum Error {
|
|||||||
VhostUserSetLogBase(VhostError),
|
VhostUserSetLogBase(VhostError),
|
||||||
#[error("Invalid used address")]
|
#[error("Invalid used address")]
|
||||||
UsedAddress,
|
UsedAddress,
|
||||||
#[error("Invalid features provided from vhost-user backe")]
|
#[error("Invalid features provided from vhost-user backend")]
|
||||||
InvalidFeatures,
|
InvalidFeatures,
|
||||||
#[error("Missing file descriptor for the region")]
|
#[error("Missing file descriptor for the region")]
|
||||||
MissingRegionFd,
|
MissingRegionFd,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user