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:
@@ -261,7 +261,7 @@ impl VirtioCommon {
|
||||
|
||||
if queues.len() < self.min_queues.into() {
|
||||
error!(
|
||||
"Number of enabled queues lower tham min: {} vs {}",
|
||||
"Number of enabled queues lower than min: {} vs {}",
|
||||
queues.len(),
|
||||
self.min_queues
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user