Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Jakub Kicinski
4b48b0a3 ab88d64a

+1 -1
+1 -1
include/net/ip6_fib.h
··· 166 166 struct fib6_node __rcu *fib6_node; 167 167 168 168 /* Multipath routes: 169 - * siblings is a list of fib6_info that have the the same metric/weight, 169 + * siblings is a list of fib6_info that have the same metric/weight, 170 170 * destination, but not the same gateway. nsiblings is just a cache 171 171 * to speed up lookup. 172 172 */