diff options
author | pfg <pfg@FreeBSD.org> | 2016-05-14 00:35:49 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-05-14 00:35:49 +0000 |
commit | 8b556bd097f525e695ac6e68420b737f2ee3f864 (patch) | |
tree | 46e58a80abc828737fc6ca228b6fb8edacb859ba /sys/compat/linux/linux_socket.h | |
parent | 3d577988df37a1ce66bf3020308b273f6be16d5a (diff) | |
download | FreeBSD-src-8b556bd097f525e695ac6e68420b737f2ee3f864.zip FreeBSD-src-8b556bd097f525e695ac6e68420b737f2ee3f864.tar.gz |
MFC r298829
sys/compat/linux*: minor spelling fixes.
Diffstat (limited to 'sys/compat/linux/linux_socket.h')
-rw-r--r-- | sys/compat/linux/linux_socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_socket.h b/sys/compat/linux/linux_socket.h index 25c0ec3..63fae69 100644 --- a/sys/compat/linux/linux_socket.h +++ b/sys/compat/linux/linux_socket.h @@ -79,7 +79,7 @@ struct l_cmsghdr { l_int cmsg_type; }; -/* Ancilliary data object information macros */ +/* Ancillary data object information macros */ #define LINUX_CMSG_ALIGN(len) roundup2(len, sizeof(l_ulong)) #define LINUX_CMSG_DATA(cmsg) ((void *)((char *)(cmsg) + \ |