diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-11-07 19:06:06 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-11-07 19:06:06 +0000 |
commit | 51305be46c497f4ccc479da5c510e7c3ead8d22a (patch) | |
tree | 6ce7600babe347e786c61db352a5c931842b6e3f /sys/arch/alpha | |
parent | f1dd1d762ffde115bfddd348133de0608a61c4f2 (diff) |
Spell `unused' correctly.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/include/signal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/signal.h b/sys/arch/alpha/include/signal.h index a5bf019502b..b79b2770689 100644 --- a/sys/arch/alpha/include/signal.h +++ b/sys/arch/alpha/include/signal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: signal.h,v 1.8 2012/12/02 07:03:31 guenther Exp $ */ +/* $OpenBSD: signal.h,v 1.9 2015/11/07 19:06:05 miod Exp $ */ /* $NetBSD: signal.h,v 1.2 1995/02/16 03:08:08 cgd Exp $ */ /* @@ -47,7 +47,7 @@ typedef int sig_atomic_t; * representations of 'struct reg' and 'struct fpreg', respectively. */ struct sigcontext { - long __sc_ununsed; + long __sc_unused; long sc_mask; /* signal mask to restore */ long sc_pc; /* pc to restore */ long sc_ps; /* ps to restore */ |