From: Randy Dunlap Date: Wed, 15 Jul 2020 16:42:44 +0000 (-0700) Subject: net: ip6_fib.h: drop duplicate word in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4b48b0a3aa0df49eb6d80a86c2b016bf6c3eebf9;p=linux.git net: ip6_fib.h: drop duplicate word in comment Drop doubled word "the" in a comment. Signed-off-by: Randy Dunlap Cc: "David S. Miller" Cc: netdev@vger.kernel.org Signed-off-by: Jakub Kicinski --- diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h index cc8356fd927fb..ac5ff3c3afb14 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. */