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-11-12 08:51:50 +01:00
parent 75597f022a
commit ec8f0d387c
+1 -1
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;