tipc: socket.c: fix the use of copular verb

Fix the use of copular verb.

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:18:53 -07:00 committed by David S. Miller
parent 15139bcbb6
commit 326af505ca
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ static int tipc_release(struct socket *sock)
* @skaddr: socket address describing name(s) and desired operation
* @alen: size of socket address data structure
*
* Name and name sequence binding is indicated using a positive scope value;
* Name and name sequence binding are indicated using a positive scope value;
* a negative scope value unbinds the specified name. Specifying no name
* (i.e. a socket address length of 0) unbinds all names from the socket.
*