]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix couple of comment typos
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 30 Nov 2022 11:18:01 +0000 (12:18 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 30 Nov 2022 11:18:11 +0000 (12:18 +0100)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
examples/c/admin/list_clients.c
examples/c/admin/logging.c

index 70907b4fba2f9cfa3256c4d32b554c808848b22d..169c9a7ec814508cec6d5a4247c50d601dc1ad17 100644 (file)
@@ -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;
index 730ae40d9d536ba334d78ee9d13d109ea92f367c..575d15a3a67c94e41da1128dacb7b3ad7312ec35 100644 (file)
@@ -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;