From: Lu Wei Date: Thu, 25 Mar 2021 03:01:55 +0000 (+0800) Subject: net: Fix a misspell in socket.c X-Git-Tag: v5.15~1236^2~394 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1dcffcc8abe3088da876d9eae481c3e31e2014d;p=platform%2Fkernel%2Flinux-starfive.git net: Fix a misspell in socket.c s/addres/address Reported-by: Hulk Robot Signed-off-by: Lu Wei Signed-off-by: David S. Miller --- diff --git a/net/socket.c b/net/socket.c index 84a8049..27e3e7d 100644 --- a/net/socket.c +++ b/net/socket.c @@ -3568,7 +3568,7 @@ EXPORT_SYMBOL(kernel_accept); * @addrlen: address length * @flags: flags (O_NONBLOCK, ...) * - * For datagram sockets, @addr is the addres to which datagrams are sent + * For datagram sockets, @addr is the address to which datagrams are sent * by default, and the only address from which datagrams are received. * For stream sockets, attempts to connect to @addr. * Returns 0 or an error code.