From fcddf71f7c2b6636ef2ae7e1e726b6faa11e301f Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 30 Jun 2011 20:09:15 +0000 Subject: dependant -> dependent --- sys/compat/linux/common/linux_socket.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/compat/linux/common/linux_socket.h') 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. */ /* -- cgit