Commit de91b473 authored by Olaf Hering's avatar Olaf Hering Committed by David S. Miller

[NET]: Fix socket.h comment typo.

Signed-off-by: default avatarOlaf Hering <olh@suse.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2607c88c
......@@ -120,7 +120,7 @@ struct cmsghdr {
* Now it always returns valid, not truncated ancillary object
* HEADER. But caller still MUST check, that cmsg->cmsg_len is
* inside range, given by msg->msg_controllen before using
* ansillary object DATA. --ANK (980731)
* ancillary object DATA. --ANK (980731)
*/
__KINLINE struct cmsghdr * __cmsg_nxthdr(void *__ctl, __kernel_size_t __size,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment