]> xenbits.xensource.com Git - libvirt.git/commitdiff
libvirt.c: fix typo in comment
authorClaudio Bley <cbley@av-test.de>
Thu, 17 Jan 2013 12:38:29 +0000 (13:38 +0100)
committerClaudio Bley <cbley@av-test.de>
Thu, 17 Jan 2013 12:38:29 +0000 (13:38 +0100)
src/libvirt.c

index 7db677f36618a07eac52b3e02d74a9f8372c2e8c..d5d561c0b59a8363f20ed45c50c06acfab1ffe54 100644 (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)
 {