]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
domain_conf.c:fix the comment.
authorNitesh Konkar <niteshkonkar.libvirt@gmail.com>
Wed, 21 Sep 2016 17:17:30 +0000 (22:47 +0530)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 21 Sep 2016 20:17:20 +0000 (16:17 -0400)
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
src/conf/domain_conf.c

index ed5c5bbe90a70b26d90e584f3b93e1dd050c1cf0..5fede3d403c1780ce1cea50131d08573806e3f5d 100644 (file)
@@ -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;