mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-02 07:02:16 +00:00
Merge pull request #13024 from SAY-5/fix-typo-occured
dragonball: fix typo in VsockEpollListener doc comment
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user