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

Peter Krempa pkrempa at redhat.com
Mon Nov 11 15:53:20 UTC 2019


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;
-- 
2.23.0




More information about the libvir-list mailing list