From: Peter Krempa Date: Thu, 31 Oct 2019 10:35:17 +0000 (+0100) Subject: datatypes: Fix comment for the _virNetwork struct X-Git-Tag: v5.10.0-rc1~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec8f0d387c8ab53a980a607ffa465e4c36b2f5b1;p=thirdparty%2Flibvirt.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 Reviewed-by: Daniel P. Berrangé --- diff --git a/src/datatypes.h b/src/datatypes.h index 16ab5b7282..2d0407f7ec 100644 --- a/src/datatypes.h +++ b/src/datatypes.h @@ -610,7 +610,7 @@ struct _virDomain { /** * _virNetwork: * -* Internal structure associated to a domain +* Internal structure associated to a network */ struct _virNetwork { virObject parent;