]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
network: fix typ and formatting in comment
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 9 Jan 2020 15:28:02 +0000 (16:28 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 2 Mar 2020 10:00:41 +0000 (11:00 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/network.c

index f8dd98459a626e533a83e70296f2b6479aee5d41..ada1eecc64fe5ba3c102fc973863aa8f7022b458 100644 (file)
@@ -2520,9 +2520,10 @@ bool lxc_delete_network_unpriv(struct lxc_handler *handler)
                     netdev->link);
 
 clear_ifindices:
-               /* We need to clear any ifindices we recorded so liblxc won't
-                * have cached stale data which would cause it to fail on reboot
-                * we're we don't re-read the on-disk config file.
+               /*
+                * We need to clear any ifindices we recorded so liblxc won't
+                * have cached stale data which would cause it to fail on
+                * reboot where we don't re-read the on-disk config file.
                 */
                netdev->ifindex = 0;
                if (netdev->type == LXC_NET_PHYS) {