mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
virtio-device: fix some misspelled words in comment
Fix some trivial spelling problem. No functional change. Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
This commit is contained in:
@@ -70,7 +70,7 @@ impl ConsoleEpollHandler {
|
||||
/*
|
||||
* Each port of virtio console device has one receive
|
||||
* queue. One or more empty buffers are placed by the
|
||||
* dirver in the receive queue for incoming data. Here,
|
||||
* driver in the receive queue for incoming data. Here,
|
||||
* we place the input data to these empty buffers.
|
||||
*/
|
||||
fn process_input_queue(&mut self) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user