Skip to content

Commit

Permalink
net: seg6: trivial fix of a spelling mistake in comment
Browse files Browse the repository at this point in the history
There is a comment spelling mistake "interfarence" -> "interference" in
function parse_nla_action(). Fix it.

Signed-off-by: Andrea Mayer <andrea.mayer@uniroma2.it>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Andrea Mayer authored and David S. Miller committed Apr 12, 2021
1 parent d049413 commit 0d77036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/seg6_local.c
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ static int parse_nla_action(struct nlattr **attrs, struct seg6_local_lwt *slwt)
/* Forcing the desc->optattrs *set* and the desc->attrs *set* to be
* disjoined, this allow us to release acquired resources by optional
* attributes and by required attributes independently from each other
* without any interfarence.
* without any interference.
* In other terms, we are sure that we do not release some the acquired
* resources twice.
*
Expand Down

0 comments on commit 0d77036

Please sign in to comment.