datatypes: Fix comment for the _virNetwork struct

The comment was copied form the domain and the object type was not
changed.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Peter Krempa 2019-10-31 11:35:17 +01:00
parent 75597f022a
commit ec8f0d387c

View File

@ -610,7 +610,7 @@ struct _virDomain {
/**
* _virNetwork:
*
* Internal structure associated to a domain
* Internal structure associated to a network
*/
struct _virNetwork {
virObject parent;