Skip to content

Commit 0d77036

Browse files
skorpion17davem330
authored andcommitted
net: seg6: trivial fix of a spelling mistake in comment
There is a comment spelling mistake "interfarence" -> "interference" in function parse_nla_action(). Fix it. Signed-off-by: Andrea Mayer <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d049413 commit 0d77036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ipv6/seg6_local.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ static int parse_nla_action(struct nlattr **attrs, struct seg6_local_lwt *slwt)
14751475
/* Forcing the desc->optattrs *set* and the desc->attrs *set* to be
14761476
* disjoined, this allow us to release acquired resources by optional
14771477
* attributes and by required attributes independently from each other
1478-
* without any interfarence.
1478+
* without any interference.
14791479
* In other terms, we are sure that we do not release some the acquired
14801480
* resources twice.
14811481
*

0 commit comments

Comments
 (0)