mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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>
This commit is contained in:
parent
a9bada338b
commit
f1dcffcc8a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user