From: Claudio Bley Date: Thu, 17 Jan 2013 12:38:29 +0000 (+0100) Subject: libvirt.c: fix typo in comment X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5d9815b65755308ab9e7631583fc250ae332863b;p=libvirt.git libvirt.c: fix typo in comment --- diff --git a/src/libvirt.c b/src/libvirt.c index 7db677f366..d5d561c0b5 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -17181,7 +17181,7 @@ error: * encrypted, or running over a channel which is not exposed * to eavesdropping (eg a UNIX domain socket, or pipe) * - * Returns 1 if secure, 0 if secure, -1 on error + * Returns 1 if secure, 0 if not secure, -1 on error */ int virConnectIsSecure(virConnectPtr conn) {