diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-15 09:42:44 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-07-15 20:34:11 -0700 |
commit | 4b48b0a3aa0df49eb6d80a86c2b016bf6c3eebf9 (patch) | |
tree | c794da4c6b2c1f648e5a1fb73971f585a7910fd0 /include/net | |
parent | ab88d64a90951a95c4e08971b02fcb781d2067f0 (diff) |
net: ip6_fib.h: drop duplicate word in comment
Drop doubled word "the" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ip6_fib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h index cc8356fd927f..ac5ff3c3afb1 100644 --- a/include/net/ip6_fib.h +++ b/include/net/ip6_fib.h @@ -166,7 +166,7 @@ struct fib6_info { struct fib6_node __rcu *fib6_node; /* Multipath routes: - * siblings is a list of fib6_info that have the the same metric/weight, + * siblings is a list of fib6_info that have the same metric/weight, * destination, but not the same gateway. nsiblings is just a cache * to speed up lookup. */ |