[libvirt] [PATCH 2/4] rpc: Fix a typo in virNetClientSendNonBlock documentation

Jiri Denemark jdenemar at redhat.com
Tue Nov 22 15:32:32 UTC 2011


---
 src/rpc/virnetclient.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/rpc/virnetclient.c b/src/rpc/virnetclient.c
index b518abd..0effceb 100644
--- a/src/rpc/virnetclient.c
+++ b/src/rpc/virnetclient.c
@@ -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
  */
-- 
1.7.8.rc3




More information about the libvir-list mailing list