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/common/linux_socket.c | |
| parent | 90eac45000d21c651d7cff61e6557339aa017bcf (diff) | |
dependant -> dependent
Diffstat (limited to 'sys/compat/linux/common/linux_socket.c')
| -rw-r--r-- | sys/compat/linux/common/linux_socket.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 */ |
