diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-12 22:12:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-12 22:12:33 +0000 |
commit | a114b148e772e18d9bbaedc06f73fb88daae0b2d (patch) | |
tree | 2cd4bf34394ab3edea4b1a160315267c9ddf6387 /sys/arch/sparc/dev | |
parent | dbb0678c3779bc4a1dbd6d603e68903e3bcc4f04 (diff) |
removeable -> removable;
ok deraadt@ beck@
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r-- | sys/arch/sparc/dev/xdreg.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc/dev/xyreg.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc/dev/xdreg.h b/sys/arch/sparc/dev/xdreg.h index c2e19564ced..346b1b3cc8b 100644 --- a/sys/arch/sparc/dev/xdreg.h +++ b/sys/arch/sparc/dev/xdreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: xdreg.h,v 1.3 1997/08/08 08:25:36 downsj Exp $ */ +/* $OpenBSD: xdreg.h,v 1.4 2004/04/12 22:12:32 jmc Exp $ */ /* $NetBSD: xdreg.h,v 1.3 1996/03/31 22:38:54 pk Exp $ */ /* @@ -169,7 +169,7 @@ struct xd_iopb { #define XDFUN_DM 0xa0 /* XDCMD_{XWR,XRD}: defect map */ #define XDFUN_DMX 0xa1 /* XDCMD_{XWR,XRD}: defect map extended */ /* section 4.1.6: byte 5 */ - volatile u_char fixd:1; /* fixed media (vs removeable) */ + volatile u_char fixd:1; /* fixed media (vs removable) */ volatile u_char reserved1:4; /* reserved */ volatile u_char unit:3; /* unit number */ /* note: 6 to 13 are overloaded (see below) */ diff --git a/sys/arch/sparc/dev/xyreg.h b/sys/arch/sparc/dev/xyreg.h index 2d8c2704685..7ed62fd07c2 100644 --- a/sys/arch/sparc/dev/xyreg.h +++ b/sys/arch/sparc/dev/xyreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: xyreg.h,v 1.3 1997/08/08 08:25:40 downsj Exp $ */ +/* $OpenBSD: xyreg.h,v 1.4 2004/04/12 22:12:32 jmc Exp $ */ /* $NetBSD: xyreg.h,v 1.3 1996/03/31 22:39:02 pk Exp $ */ /* @@ -171,7 +171,7 @@ struct xy_iopb { /* section 2.4.14: byte 11 */ volatile u_char subfn; /* sub-function */ /* section 2.4.13: byte 10 */ - volatile u_char hoff; /* head offset for fixed/removeable drives */ + volatile u_char hoff; /* head offset for fixed/removable drives */ /* section 2.4.15: byte 12,13 */ volatile u_short nxtiopb; /* next iopb address (same relocation) */ /* section 2.4.16: byte 14,15 */ |