diff options
author | 2015-11-07 19:06:05 +0000 | |
---|---|---|
committer | 2015-11-07 19:06:05 +0000 | |
commit | ff56f257a36656fc972f8a219f97e346a2bdf107 (patch) | |
tree | a9f626037ecb92cffb5edb6a583882606f3ed024 | |
parent | replace save() with estrdup() and make estrdup() exit like all the other (diff) | |
download | wireguard-openbsd-ff56f257a36656fc972f8a219f97e346a2bdf107.tar.xz wireguard-openbsd-ff56f257a36656fc972f8a219f97e346a2bdf107.zip |
Spell `unused' correctly.
-rw-r--r-- | sys/arch/alpha/include/signal.h | 4 | ||||
-rw-r--r-- | sys/dev/usb/umcs.h | 4 |
2 files changed, 4 insertions, 4 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 */ diff --git a/sys/dev/usb/umcs.h b/sys/dev/usb/umcs.h index 6cdd1db3985..193a74cd812 100644 --- a/sys/dev/usb/umcs.h +++ b/sys/dev/usb/umcs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: umcs.h,v 1.1 2014/12/04 11:05:26 mpi Exp $ */ +/* $OpenBSD: umcs.h,v 1.2 2015/11/07 19:06:05 miod Exp $ */ /* $NetBSD: umcs.h,v 1.1 2014/03/16 09:34:45 martin Exp $ */ /*- @@ -137,7 +137,7 @@ /* Bits for CTRL registers */ #define UMCS_CTRL_HWFC 0x01 /* Enable hardware flow control */ -#define UMCS_CTRL_UNUNSED1 0x02 /* Reserved */ +#define UMCS_CTRL_UNUSED1 0x02 /* Reserved */ #define UMCS_CTRL_CTS_ENABLE 0x04 /* CTS changes are translated to MSR */ #define UMCS_CTRL_UNUSED2 0x08 /* Reserved for ports 2,3,4 */ #define UMCS_CTRL1_DRIVER_DONE 0x08 /* Memory can be use as FIFO */ |