[PATCH] Fix couple of comment typos

Martin Kletzander posted 1 patch 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/93b9e6503e13cb6243d3af55ae4b304397f40d74.1669807504.git.mkletzan@redhat.com
examples/c/admin/list_clients.c | 2 +-
examples/c/admin/logging.c      | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH] Fix couple of comment typos
Posted by Martin Kletzander 1 year, 5 months ago
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
Pushed as trivial.

 examples/c/admin/list_clients.c | 2 +-
 examples/c/admin/logging.c      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/c/admin/list_clients.c b/examples/c/admin/list_clients.c
index 70907b4fba2f..169c9a7ec814 100644
--- a/examples/c/admin/list_clients.c
+++ b/examples/c/admin/list_clients.c
@@ -53,7 +53,7 @@ int main(int argc, char **argv)
 {
     int ret = -1;
     virAdmConnectPtr conn = NULL;
-    virAdmServerPtr srv = NULL;      /* which server list the clients from */
+    virAdmServerPtr srv = NULL;      /* which server to list the clients from */
     virAdmClientPtr *clients = NULL;    /* where to store the servers */
     ssize_t i = 0;
     int count = 0;
diff --git a/examples/c/admin/logging.c b/examples/c/admin/logging.c
index 730ae40d9d53..575d15a3a67c 100644
--- a/examples/c/admin/logging.c
+++ b/examples/c/admin/logging.c
@@ -77,7 +77,7 @@ int main(int argc, char **argv)
         goto cleanup;
     }
 
-    /* now, try to change the redefine the current log output and filters */
+    /* now, try to change the current log output and filters */
     if (virAdmConnectSetLoggingOutputs(conn, set_outputs, 0) < 0)
         goto cleanup;
 
-- 
2.38.1