[libvirt] [PATCH 1/2] datatypes: Fix comment for the _virNetwork struct

Daniel P. Berrangé berrange at redhat.com
Mon Nov 11 16:03:44 UTC 2019


On Mon, Nov 11, 2019 at 04:53:20PM +0100, Peter Krempa wrote:
> The comment was copied form the domain and the object type was not
> changed.
> 
> Signed-off-by: Peter Krempa <pkrempa at redhat.com>
> ---
>  src/datatypes.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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;

Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list