aboutsummaryrefslogtreecommitdiffstats
path: root/net/socket.c
diff options
context:
space:
mode:
authorLu Wei <luwei32@huawei.com>2021-03-25 11:01:55 +0800
committerDavid S. Miller <davem@davemloft.net>2021-03-25 16:56:27 -0700
commitf1dcffcc8abe3088da876d9eae481c3e31e2014d (patch)
treec85624e6453b81d59e6502c7469f221988547bd4 /net/socket.c
parentnet: usb: lan78xx: remove unused including <linux/version.h> (diff)
downloadlinux-dev-f1dcffcc8abe3088da876d9eae481c3e31e2014d.tar.xz
linux-dev-f1dcffcc8abe3088da876d9eae481c3e31e2014d.zip
net: Fix a misspell in socket.c
s/addres/address Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Lu Wei <luwei32@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket.c b/net/socket.c
index 84a8049c2b09..27e3e7d53f8e 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.