qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 5/6] vhost-user-server: fix s/initialized/initialize/ typo


From: Stefan Hajnoczi
Subject: [PATCH 5/6] vhost-user-server: fix s/initialized/initialize/ typo
Date: Fri, 19 Jun 2020 13:00:45 +0100

The present tense is used here.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 util/vhost-user-server.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/vhost-user-server.c b/util/vhost-user-server.c
index a5785cbf86..42a51d190c 100644
--- a/util/vhost-user-server.c
+++ b/util/vhost-user-server.c
@@ -279,7 +279,7 @@ static void vu_accept(QIONetListener *listener, 
QIOChannelSocket *sioc,
 
     if (!vu_init(&server->vu_dev, server->max_queues, sioc->fd, panic_cb,
                  vu_message_read, set_watch, remove_watch, server->vu_iface)) {
-        error_report("Failed to initialized libvhost-user");
+        error_report("Failed to initialize libvhost-user");
         return;
     }
 
-- 
2.26.2


reply via email to

[Prev in Thread] Current Thread [Next in Thread]