From: Lu Wei Date: Sat, 27 Mar 2021 02:27:22 +0000 (+0800) Subject: net: rds: Fix a typo X-Git-Tag: v5.13-rc1~94^2~343 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ebf893958c131f75c4cfa77e43e8efd67628bd31;p=linux-platform-drivers-x86.git net: rds: Fix a typo Modify "beween" to "between" in net/rds/send.c. Reported-by: Hulk Robot Signed-off-by: Lu Wei Signed-off-by: David S. Miller --- diff --git a/net/rds/send.c b/net/rds/send.c index 985d0b7713ac..53444397de66 100644 --- a/net/rds/send.c +++ b/net/rds/send.c @@ -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) {