From 096bf70cee191e41ea22ee72e81b8aca97bb456b Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Thu, 9 Jan 2020 16:28:02 +0100 Subject: [PATCH] network: fix typ and formatting in comment Signed-off-by: Christian Brauner --- src/lxc/network.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/lxc/network.c b/src/lxc/network.c index f8dd98459a..ada1eecc64 100644 --- a/src/lxc/network.c +++ b/src/lxc/network.c @@ -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) {