conf: Fix virNetworkAssignDef's comment.

This commit is contained in:
lawrancejing 2013-09-24 10:05:37 +08:00 committed by Osier Yang
parent 6fdafe278d
commit e9f5f2e749

View File

@ -333,7 +333,7 @@ virNetworkObjAssignDef(virNetworkObjPtr network,
* def. For an existing network, use "live" and current state of the
* network to determine which to replace.
*
* Returns -1 on failure, 0 on success.
* Returns NULL on error, virNetworkObjPtr on success.
*/
virNetworkObjPtr
virNetworkAssignDef(virNetworkObjListPtr nets,