diff options
author | Torstein Husebø <torstein@huseboe.net> | 2016-07-10 14:48:23 +0200 |
---|---|---|
committer | Torstein Husebø <torstein@huseboe.net> | 2016-07-11 16:18:43 +0200 |
commit | 61233823aa4b0fe9605e0a7cd77261b3c5bca8e9 (patch) | |
tree | 1028bd5ea783209d44aefa0acacd277d2dea44ab /src/network | |
parent | d6cdc4cd4b58cfff4b44e1201e54f05b4a38d2d4 (diff) |
treewide: fix typos and remove accidental repetition of words
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/networkd-link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-link.c b/src/network/networkd-link.c index 1842685180..2a9a7bb7c7 100644 --- a/src/network/networkd-link.c +++ b/src/network/networkd-link.c @@ -2173,7 +2173,7 @@ static int link_set_ipv6_forward(Link *link) { if (!link_ipv6_forward_enabled(link)) return 0; - /* On Linux, the IPv6 stack does not not know a per-interface + /* On Linux, the IPv6 stack does not know a per-interface * packet forwarding setting: either packet forwarding is on * for all, or off for all. We hence don't bother with a * per-interface setting, but simply propagate the interface |