diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-06-06 20:58:08 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-06-06 20:58:08 +0000 |
commit | 8d5cf8fb60fc55a136ea1a6370e990fff9fc5269 (patch) | |
tree | 6661019d0a833f11b73ac1fc95efb1eb8bde59f2 /sys/dev | |
parent | 6110007259e8638a635126f760f5344bdf1fd78a (diff) |
temporarilty -> temporarily
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/isa/sbreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/sbreg.h b/sys/dev/isa/sbreg.h index e4c8bc3d9e6..f63c6818c67 100644 --- a/sys/dev/isa/sbreg.h +++ b/sys/dev/isa/sbreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbreg.h,v 1.4 1998/04/26 21:03:02 provos Exp $ */ +/* $OpenBSD: sbreg.h,v 1.5 2002/06/06 20:58:07 aaron Exp $ */ /* $NetBSD: sbreg.h,v 1.24 1997/08/24 23:24:51 augustss Exp $ */ /* @@ -211,7 +211,7 @@ #define SB_DSP16_RDMA_16 0xBE /* begin 16-bit linear input */ #define SB_DSP16_WDMA_8 0xC6 /* begin 8-bit linear output */ #define SB_DSP16_RDMA_8 0xCE /* begin 8-bit linear input */ -#define SB_DSP_HALT 0xd0 /* temporarilty suspend DMA */ +#define SB_DSP_HALT 0xd0 /* temporarily suspend DMA */ #define SB_DSP_SPKR_ON 0xd1 /* turn speaker on */ #define SB_DSP_SPKR_OFF 0xd3 /* turn speaker off */ #define SB_DSP_CONT 0xd4 /* continue suspended DMA */ |