aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
diff options
context:
space:
mode:
authorgushengxian <gushengxian@yulong.com>2021-06-09 23:18:53 -0700
committerDavid S. Miller <davem@davemloft.net>2021-06-10 13:47:57 -0700
commit326af505ca1fbad6b9b7ba9f36399ceba0b6aba2 (patch)
treeecec56634dd4f5a4ab2f0ab4989d5b940d77d2b6 /net/tipc/socket.c
parentnode.c: fix the use of indefinite article (diff)
downloadlinux-dev-326af505ca1fbad6b9b7ba9f36399ceba0b6aba2.tar.xz
linux-dev-326af505ca1fbad6b9b7ba9f36399ceba0b6aba2.zip
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>
Diffstat (limited to 'net/tipc/socket.c')
-rw-r--r--net/tipc/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c
index 575a0238deb2..34a97ea36cc8 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.
*