net: ip6_fib.h: drop duplicate word in comment
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 15 Jul 2020 16:42:44 +0000 (09:42 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 16 Jul 2020 03:34:11 +0000 (20:34 -0700)
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>
include/net/ip6_fib.h

index cc8356f..ac5ff3c 100644 (file)
@@ -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.
         */