diff --git a/src/dragonball/dbs_virtio_devices/src/vsock/mod.rs b/src/dragonball/dbs_virtio_devices/src/vsock/mod.rs index 5137c9f0ca..0e0ea817f8 100644 --- a/src/dragonball/dbs_virtio_devices/src/vsock/mod.rs +++ b/src/dragonball/dbs_virtio_devices/src/vsock/mod.rs @@ -153,7 +153,7 @@ pub trait VsockEpollListener: AsRawFd { /// Get the set of events for which the listener wants to be notified. fn get_polled_evset(&self) -> epoll::Events; - /// Notify the listener that one ore more events have occured. + /// Notify the listener that one or more events have occurred. fn notify(&mut self, evset: epoll::Events); }