summaryrefslogtreecommitdiff
path: root/sys/compat/linux
diff options
context:
space:
mode:
authorfvdl <fvdl@NetBSD.org>1995-03-08 15:17:49 +0000
committerfvdl <fvdl@NetBSD.org>1995-03-08 15:17:49 +0000
commitad4540a42405a5073064b026257d03328fa4c2d6 (patch)
tree611bc6871940320883af95f600a71c439db57ee5 /sys/compat/linux
parent80d817b8de09aa58ce58734a9cd296271f538e5e (diff)
Fix typo in comment.
Diffstat (limited to 'sys/compat/linux')
-rw-r--r--sys/compat/linux/arch/i386/linux_sigarray.c4
-rw-r--r--sys/compat/linux/common/linux_sig_notalpha.c4
-rw-r--r--sys/compat/linux/common/linux_sigaction.c4
-rw-r--r--sys/compat/linux/common/linux_signal.c4
-rw-r--r--sys/compat/linux/i386/linux_sigarray.c4
-rw-r--r--sys/compat/linux/linux_signal.c4
-rw-r--r--sys/compat/linux/multiarch/linux_sig_notalpha.c4
-rw-r--r--sys/compat/linux/multiarch/linux_sigaction.c4
8 files changed, 16 insertions, 16 deletions
diff --git a/sys/compat/linux/arch/i386/linux_sigarray.c b/sys/compat/linux/arch/i386/linux_sigarray.c
index 7dcd9bb1a3c..662e5109bd9 100644
--- a/sys/compat/linux/arch/i386/linux_sigarray.c
+++ b/sys/compat/linux/arch/i386/linux_sigarray.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sigarray.c,v 1.1 1995/02/28 23:25:12 fvdl Exp $ */
+/* $NetBSD: linux_sigarray.c,v 1.2 1995/03/08 15:17:49 fvdl Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@@ -53,7 +53,7 @@
#include <compat/linux/linux_signal.h>
/*
- * Most of ths stuff in this file is taken from Christos' SVR4 emul
+ * Most of the stuff in this file is taken from Christos' SVR4 emul
* code. The things that need to be done are largely the same, so
* re-inventing the wheel doesn't make much sense.
*/
diff --git a/sys/compat/linux/common/linux_sig_notalpha.c b/sys/compat/linux/common/linux_sig_notalpha.c
index 76211abf061..70d98544ff4 100644
--- a/sys/compat/linux/common/linux_sig_notalpha.c
+++ b/sys/compat/linux/common/linux_sig_notalpha.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sig_notalpha.c,v 1.1 1995/02/28 23:25:12 fvdl Exp $ */
+/* $NetBSD: linux_sig_notalpha.c,v 1.2 1995/03/08 15:17:49 fvdl Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@@ -53,7 +53,7 @@
#include <compat/linux/linux_signal.h>
/*
- * Most of ths stuff in this file is taken from Christos' SVR4 emul
+ * Most of the stuff in this file is taken from Christos' SVR4 emul
* code. The things that need to be done are largely the same, so
* re-inventing the wheel doesn't make much sense.
*/
diff --git a/sys/compat/linux/common/linux_sigaction.c b/sys/compat/linux/common/linux_sigaction.c
index 273bb816c52..438e5a85dc1 100644
--- a/sys/compat/linux/common/linux_sigaction.c
+++ b/sys/compat/linux/common/linux_sigaction.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sigaction.c,v 1.1 1995/02/28 23:25:12 fvdl Exp $ */
+/* $NetBSD: linux_sigaction.c,v 1.2 1995/03/08 15:17:49 fvdl Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@@ -53,7 +53,7 @@
#include <compat/linux/linux_signal.h>
/*
- * Most of ths stuff in this file is taken from Christos' SVR4 emul
+ * Most of the stuff in this file is taken from Christos' SVR4 emul
* code. The things that need to be done are largely the same, so
* re-inventing the wheel doesn't make much sense.
*/
diff --git a/sys/compat/linux/common/linux_signal.c b/sys/compat/linux/common/linux_signal.c
index aef0ba761f0..2e679dde7e5 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.1 1995/02/28 23:25:12 fvdl Exp $ */
+/* $NetBSD: linux_signal.c,v 1.2 1995/03/08 15:17:49 fvdl Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@@ -53,7 +53,7 @@
#include <compat/linux/linux_signal.h>
/*
- * Most of ths stuff in this file is taken from Christos' SVR4 emul
+ * Most of the stuff in this file is taken from Christos' SVR4 emul
* code. The things that need to be done are largely the same, so
* re-inventing the wheel doesn't make much sense.
*/
diff --git a/sys/compat/linux/i386/linux_sigarray.c b/sys/compat/linux/i386/linux_sigarray.c
index 7dcd9bb1a3c..662e5109bd9 100644
--- a/sys/compat/linux/i386/linux_sigarray.c
+++ b/sys/compat/linux/i386/linux_sigarray.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sigarray.c,v 1.1 1995/02/28 23:25:12 fvdl Exp $ */
+/* $NetBSD: linux_sigarray.c,v 1.2 1995/03/08 15:17:49 fvdl Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@@ -53,7 +53,7 @@
#include <compat/linux/linux_signal.h>
/*
- * Most of ths stuff in this file is taken from Christos' SVR4 emul
+ * Most of the stuff in this file is taken from Christos' SVR4 emul
* code. The things that need to be done are largely the same, so
* re-inventing the wheel doesn't make much sense.
*/
diff --git a/sys/compat/linux/linux_signal.c b/sys/compat/linux/linux_signal.c
index aef0ba761f0..2e679dde7e5 100644
--- a/sys/compat/linux/linux_signal.c
+++ b/sys/compat/linux/linux_signal.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_signal.c,v 1.1 1995/02/28 23:25:12 fvdl Exp $ */
+/* $NetBSD: linux_signal.c,v 1.2 1995/03/08 15:17:49 fvdl Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@@ -53,7 +53,7 @@
#include <compat/linux/linux_signal.h>
/*
- * Most of ths stuff in this file is taken from Christos' SVR4 emul
+ * Most of the stuff in this file is taken from Christos' SVR4 emul
* code. The things that need to be done are largely the same, so
* re-inventing the wheel doesn't make much sense.
*/
diff --git a/sys/compat/linux/multiarch/linux_sig_notalpha.c b/sys/compat/linux/multiarch/linux_sig_notalpha.c
index 76211abf061..70d98544ff4 100644
--- a/sys/compat/linux/multiarch/linux_sig_notalpha.c
+++ b/sys/compat/linux/multiarch/linux_sig_notalpha.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sig_notalpha.c,v 1.1 1995/02/28 23:25:12 fvdl Exp $ */
+/* $NetBSD: linux_sig_notalpha.c,v 1.2 1995/03/08 15:17:49 fvdl Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@@ -53,7 +53,7 @@
#include <compat/linux/linux_signal.h>
/*
- * Most of ths stuff in this file is taken from Christos' SVR4 emul
+ * Most of the stuff in this file is taken from Christos' SVR4 emul
* code. The things that need to be done are largely the same, so
* re-inventing the wheel doesn't make much sense.
*/
diff --git a/sys/compat/linux/multiarch/linux_sigaction.c b/sys/compat/linux/multiarch/linux_sigaction.c
index 273bb816c52..438e5a85dc1 100644
--- a/sys/compat/linux/multiarch/linux_sigaction.c
+++ b/sys/compat/linux/multiarch/linux_sigaction.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sigaction.c,v 1.1 1995/02/28 23:25:12 fvdl Exp $ */
+/* $NetBSD: linux_sigaction.c,v 1.2 1995/03/08 15:17:49 fvdl Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@@ -53,7 +53,7 @@
#include <compat/linux/linux_signal.h>
/*
- * Most of ths stuff in this file is taken from Christos' SVR4 emul
+ * Most of the stuff in this file is taken from Christos' SVR4 emul
* code. The things that need to be done are largely the same, so
* re-inventing the wheel doesn't make much sense.
*/