libvirt.c: fix typo in comment

This commit is contained in:
Claudio Bley 2013-01-17 13:38:29 +01:00
parent ed1384dc38
commit 5d9815b657

View File

@ -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)
{