From: gushengxian Date: Thu, 10 Jun 2021 06:29:58 +0000 (-0700) Subject: tipc:subscr.c: fix a spelling mistake X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f1dcdc075617a2a8a866f4f928a780287a553ed0;p=linux.git tipc:subscr.c: fix a spelling mistake Fix a spelling mistake. Signed-off-by: gushengxian Signed-off-by: David S. Miller --- diff --git a/net/tipc/subscr.c b/net/tipc/subscr.c index 8e00d739f03a6..05d49ad812907 100644 --- a/net/tipc/subscr.c +++ b/net/tipc/subscr.c @@ -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. */