]> xenbits.xensource.com Git - libvirt.git/commitdiff
rpc: Fix a typo in virNetClientSendNonBlock documentation
authorJiri Denemark <jdenemar@redhat.com>
Tue, 22 Nov 2011 14:12:05 +0000 (15:12 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 24 Nov 2011 10:44:07 +0000 (11:44 +0100)
src/rpc/virnetclient.c

index b518abd6ca957b98216fcef367b8fb641e7fcb16..0effceb77d116bda5b99b7b4f59cc96e024ecd0d 100644 (file)
@@ -1595,7 +1595,7 @@ int virNetClientSendNoReply(virNetClientPtr client,
  * Send a message asynchronously, without any reply
  *
  * The caller is responsible for free'ing @msg, *except* if
- * this method returns -1.
+ * this method returns 1.
  *
  * Returns 2 on full send, 1 on partial send, 0 on no send, -1 on error
  */