Commit f1dcffcc authored by Lu Wei's avatar Lu Wei Committed by David S. Miller
Browse files

net: Fix a misspell in socket.c



s/addres/address

Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarLu Wei <luwei32@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a9bada33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.