Signed-off-by: Claudio Bley <cbley(a)av-test.de>
---
Pushing under the trivial rule.
src/libvirt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libvirt.c b/src/libvirt.c
index 7db677f..d5d561c 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)
{
--
1.7.9.5