mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
75597f022a
commit
ec8f0d387c
|
@ -610,7 +610,7 @@ struct _virDomain {
|
|||
/**
|
||||
* _virNetwork:
|
||||
*
|
||||
* Internal structure associated to a domain
|
||||
* Internal structure associated to a network
|
||||
*/
|
||||
struct _virNetwork {
|
||||
virObject parent;
|
||||
|
|
Loading…
Reference in New Issue