Skip to content

Commit

Permalink
net: ip6_fib.h: drop duplicate word in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Jakub Kicinski committed Jul 16, 2020
1 parent ab88d64 commit 4b48b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/ip6_fib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 4b48b0a

Please sign in to comment.