From: Nitesh Konkar Date: Wed, 21 Sep 2016 17:17:30 +0000 (+0530) Subject: domain_conf.c:fix the comment. X-Git-Tag: v2.3.0-rc1~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c1f3383f67dee8a48eb3e0ff98f55b8e22db32;p=thirdparty%2Flibvirt.git domain_conf.c:fix the comment. Signed-off-by: Nitesh Konkar --- 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;