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.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/compat/linux/common/linux_socket.c') 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 -__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 */ -- cgit