Fix couple of comment typos

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander 2022-11-30 12:18:01 +01:00
parent 4ff500364d
commit 93b9e6503e
2 changed files with 2 additions and 2 deletions

View 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;

View 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;