From 69c1f3383f67dee8a48eb3e0ff98f55b8e22db32 Mon Sep 17 00:00:00 2001 From: Nitesh Konkar Date: Wed, 21 Sep 2016 22:47:30 +0530 Subject: [PATCH] domain_conf.c:fix the comment. Signed-off-by: Nitesh Konkar --- src/conf/domain_conf.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index ed5c5bbe90..5fede3d403 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -14123,10 +14123,8 @@ void virDomainNetRemoveHostdev(virDomainDefPtr def, virDomainNetDefPtr net) { - /* hostdev net devices are normally also be in the hostdevs - * array, but might have already been removed by the time we - * get here. - */ + /* hostdev net devices are normally in the hostdevs array, but + * might have already been removed by the time we get here */ virDomainHostdevDefPtr hostdev = virDomainNetGetActualHostdev(net); size_t i;