summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_socket.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-30 00:53:10 +0000
committerpfg <pfg@FreeBSD.org>2016-04-30 00:53:10 +0000
commit3cfc36525eddce27cb703ad496d3805e43dc51f9 (patch)
tree9e9b96bea2930f9753734791c14ec7c6eca81063 /sys/compat/linux/linux_socket.h
parent2824fbf0a84a4fe891aa1320d3850555aa30aa4c (diff)
downloadFreeBSD-src-3cfc36525eddce27cb703ad496d3805e43dc51f9.zip
FreeBSD-src-3cfc36525eddce27cb703ad496d3805e43dc51f9.tar.gz
sys/compat/linux*: spelling fixes.
Mostly on comments but there are some user-visible messages as well. MFC after: 2 weeks
Diffstat (limited to 'sys/compat/linux/linux_socket.h')
-rw-r--r--sys/compat/linux/linux_socket.h2
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) + \
OpenPOWER on IntegriCloud