Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lu Wei and committed by
David S. Miller
f1dcffcc a9bada33

+1 -1
+1 -1
net/socket.c
··· 3568 3568 * @addrlen: address length 3569 3569 * @flags: flags (O_NONBLOCK, ...) 3570 3570 * 3571 - * For datagram sockets, @addr is the addres to which datagrams are sent 3571 + * For datagram sockets, @addr is the address to which datagrams are sent 3572 3572 * by default, and the only address from which datagrams are received. 3573 3573 * For stream sockets, attempts to connect to @addr. 3574 3574 * Returns 0 or an error code.