]> 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>
Thu, 9 Jan 2020 15:54:50 +0000 (16:54 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/network.c

index 25a35093ce13549da5380a686b8929f51a6f8d15..b3564e1a79ca7ee2797fe8a490d70f48f030591d 100644 (file)
@@ -2999,9 +2999,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) {