From ec8f0d387c8ab53a980a607ffa465e4c36b2f5b1 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 31 Oct 2019 11:35:17 +0100 Subject: [PATCH] datatypes: Fix comment for the _virNetwork struct MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The comment was copied form the domain and the object type was not changed. Signed-off-by: Peter Krempa Reviewed-by: Daniel P. Berrangé --- 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;