summaryrefslogtreecommitdiffstats
path: root/net/tipc/subscr.c
diff options
context:
space:
mode:
authorgushengxian <gushengxian@yulong.com>2021-06-10 08:29:58 +0200
committerDavid S. Miller <davem@davemloft.net>2021-06-10 22:48:43 +0200
commitf1dcdc075617a2a8a866f4f928a780287a553ed0 (patch)
treece0a9550b8b97d96655a882dda293c135a7a6c15 /net/tipc/subscr.c
parenttipc: socket.c: fix the use of copular verb (diff)
downloadlinux-f1dcdc075617a2a8a866f4f928a780287a553ed0.tar.xz
linux-f1dcdc075617a2a8a866f4f928a780287a553ed0.zip
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>
Diffstat (limited to 'net/tipc/subscr.c')
-rw-r--r--net/tipc/subscr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/subscr.c b/net/tipc/subscr.c
index 8e00d739f03a..05d49ad81290 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.
*/