diff options
| author | wiz <wiz@NetBSD.org> | 2011-06-30 20:09:15 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2011-06-30 20:09:15 +0000 |
| commit | fcddf71f7c2b6636ef2ae7e1e726b6faa11e301f (patch) | |
| tree | ab313e27cb850182b3b5c01ac0f7678c553b25e0 /sys/compat/linux | |
| parent | 90eac45000d21c651d7cff61e6557339aa017bcf (diff) | |
dependant -> dependent
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/common/linux_signal.c | 6 | ||||
| -rw-r--r-- | sys/compat/linux/common/linux_socket.c | 6 | ||||
| -rw-r--r-- | sys/compat/linux/common/linux_socket.h | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/compat/linux/common/linux_signal.c b/sys/compat/linux/common/linux_signal.c index ab42f9f8836..553649de60e 100644 --- a/sys/compat/linux/common/linux_signal.c +++ b/sys/compat/linux/common/linux_signal.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_signal.c,v 1.71 2010/07/07 01:30:35 chs Exp $ */ +/* $NetBSD: linux_signal.c,v 1.72 2011/06/30 20:09:39 wiz Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -48,7 +48,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_signal.c,v 1.71 2010/07/07 01:30:35 chs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_signal.c,v 1.72 2011/06/30 20:09:39 wiz Exp $"); #define COMPAT_LINUX 1 @@ -293,7 +293,7 @@ linux_sys_rt_sigaction(struct lwp *l, const struct linux_sys_rt_sigaction_args * #if defined __amd64__ if (nlsa.linux_sa_flags & LINUX_SA_RESTORER) { if ((tramp = nlsa.linux_sa_restorer) != NULL) - vers = 2; /* XXX arch dependant */ + vers = 2; /* XXX arch dependent */ } #endif diff --git a/sys/compat/linux/common/linux_socket.c b/sys/compat/linux/common/linux_socket.c index 0defc0c94e1..0e4ce669aa5 100644 --- a/sys/compat/linux/common/linux_socket.c +++ b/sys/compat/linux/common/linux_socket.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socket.c,v 1.108 2010/11/02 18:02:59 chs Exp $ */ +/* $NetBSD: linux_socket.c,v 1.109 2011/06/30 20:09:39 wiz Exp $ */ /*- * Copyright (c) 1995, 1998, 2008 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_socket.c,v 1.108 2010/11/02 18:02:59 chs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_socket.c,v 1.109 2011/06/30 20:09:39 wiz Exp $"); #if defined(_KERNEL_OPT) #include "opt_inet.h" @@ -721,7 +721,7 @@ linux_copyout_msg_control(struct lwp *l, struct msghdr *mp, struct mbuf *control error = EINVAL; goto done; } - /* machine dependant ! */ + /* machine dependent ! */ break; default: /* pray and leave intact */ diff --git a/sys/compat/linux/common/linux_socket.h b/sys/compat/linux/common/linux_socket.h index f7b559c359a..0b017640303 100644 --- a/sys/compat/linux/common/linux_socket.h +++ b/sys/compat/linux/common/linux_socket.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socket.h,v 1.20 2010/11/02 18:03:00 chs Exp $ */ +/* $NetBSD: linux_socket.h,v 1.21 2011/06/30 20:09:39 wiz Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -74,7 +74,7 @@ * the rest matches IPPROTO_XXX */ -/* SOL_SOCKET is machine dependant on Linux */ +/* SOL_SOCKET is machine dependent on Linux */ #define LINUX_SOL_IP 0 #define LINUX_SOL_TCP 6 #define LINUX_SOL_UDP 17 @@ -94,7 +94,7 @@ #define LINUX_SOL_AAL 265 /* - * Options for [gs]etsockopt(2), socket level are machine dependant. + * Options for [gs]etsockopt(2), socket level are machine dependent. */ /* |
