diff options
| author | fvdl <fvdl@NetBSD.org> | 1995-03-08 15:17:49 +0000 |
|---|---|---|
| committer | fvdl <fvdl@NetBSD.org> | 1995-03-08 15:17:49 +0000 |
| commit | ad4540a42405a5073064b026257d03328fa4c2d6 (patch) | |
| tree | 611bc6871940320883af95f600a71c439db57ee5 /sys/compat/linux/i386/linux_sigarray.c | |
| parent | 80d817b8de09aa58ce58734a9cd296271f538e5e (diff) | |
Fix typo in comment.
Diffstat (limited to 'sys/compat/linux/i386/linux_sigarray.c')
| -rw-r--r-- | sys/compat/linux/i386/linux_sigarray.c | 4 |
1 files changed, 2 insertions, 2 deletions
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. */ |
