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