]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
net: rds: Fix a typo
authorLu Wei <luwei32@huawei.com>
Sat, 27 Mar 2021 02:27:22 +0000 (10:27 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Mar 2021 00:52:50 +0000 (17:52 -0700)
Modify "beween" to "between" in net/rds/send.c.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Lu Wei <luwei32@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/send.c

index 985d0b7713acc5f0f3e31c5944348322e3879c5f..53444397de669b9beb0d85c3a14a7e7b5be07743 100644 (file)
@@ -1225,7 +1225,7 @@ int rds_sendmsg(struct socket *sock, struct msghdr *msg, size_t payload_len)
                }
                /* If the socket is already bound to a link local address,
                 * it can only send to peers on the same link.  But allow
-                * communicating beween link local and non-link local address.
+                * communicating between link local and non-link local address.
                 */
                if (scope_id != rs->rs_bound_scope_id) {
                        if (!scope_id) {