[libvirt] [PATCH] libvirt.c: fix typo in comment

Claudio Bley cbley at av-test.de
Thu Jan 17 12:39:16 UTC 2013


Signed-off-by: Claudio Bley <cbley at 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




More information about the libvir-list mailing list