From: gushengxian Date: Thu, 10 Jun 2021 06:18:53 +0000 (-0700) Subject: tipc: socket.c: fix the use of copular verb X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=326af505ca1fbad6b9b7ba9f36399ceba0b6aba2;p=linux.git tipc: socket.c: fix the use of copular verb Fix the use of copular verb. Signed-off-by: gushengxian Signed-off-by: David S. Miller --- diff --git a/net/tipc/socket.c b/net/tipc/socket.c index 575a0238deb29..34a97ea36cc85 100644 --- a/net/tipc/socket.c +++ b/net/tipc/socket.c @@ -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. *