tipc:subscr.c: fix a spelling mistake

Fix a spelling mistake.

Signed-off-by: gushengxian <gushengxian@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
gushengxian 2021-06-09 23:29:58 -07:00 committed by David S. Miller
parent 326af505ca
commit f1dcdc0756
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ static void tipc_sub_send_event(struct tipc_subscription *sub,
/**
* tipc_sub_check_overlap - test for subscription overlap with the given values
* @subscribed: the service range subscribed for
* @found: the service range we are checning for match
* @found: the service range we are checking for match
*
* Returns true if there is overlap, otherwise false.
*/