rpc: Fix a typo in virNetClientSendNonBlock documentation

This commit is contained in:
Jiri Denemark 2011-11-22 15:12:05 +01:00
parent ebee52f52b
commit 3e1b2fab0c

View 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
*/