diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
commit | f0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch) | |
tree | f9bafe25867d0323af89776288c80edb6b30c09c /sys/arch | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/include/ioctl_fd.h | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/README | 4 | ||||
-rw-r--r-- | sys/arch/vax/uba/ts.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/alpha/include/ioctl_fd.h b/sys/arch/alpha/include/ioctl_fd.h index bb715cee889..73f5023a522 100644 --- a/sys/arch/alpha/include/ioctl_fd.h +++ b/sys/arch/alpha/include/ioctl_fd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ioctl_fd.h,v 1.1 2001/10/26 01:28:06 nate Exp $ */ +/* $OpenBSD: ioctl_fd.h,v 1.2 2003/11/08 19:17:28 jmc Exp $ */ /* from: ioctl_fd.h,v 1.4 1995/06/29 03:49:32 jtk Exp */ /* @@ -46,7 +46,7 @@ struct fd_formb { struct fd_form_data { /* * DO NOT CHANGE THE LAYOUT OF THIS STRUCTS - * it is hardware-dependant since it exactly + * it is hardware-dependent since it exactly * matches the byte sequence to write to FDC * during its `format track' operation */ diff --git a/sys/arch/i386/stand/README b/sys/arch/i386/stand/README index 170ef1fb354..9803dbc1030 100644 --- a/sys/arch/i386/stand/README +++ b/sys/arch/i386/stand/README @@ -1,4 +1,4 @@ -$OpenBSD: README,v 1.12 1998/02/24 22:06:37 weingart Exp $ +$OpenBSD: README,v 1.13 2003/11/08 19:17:28 jmc Exp $ # hmm, no copyright @@ -114,7 +114,7 @@ to use sleep instead, it's known to work. Thu Jul 17 21:24:42 EDT 1997 ---------------------------- -Return to the way when code has to be less then 64k, or better say that +Return to the way when code has to be less than 64k, or better say that whole gidt.S code must be in the 1st 64k of /boot .text section. This saves about 2k of code (idt initialization). APM information is now gathered and passed to the locore.s upon kernel diff --git a/sys/arch/vax/uba/ts.c b/sys/arch/vax/uba/ts.c index d90ff84db2b..961ac06049b 100644 --- a/sys/arch/vax/uba/ts.c +++ b/sys/arch/vax/uba/ts.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ts.c,v 1.14 2003/11/03 07:06:17 david Exp $ */ +/* $OpenBSD: ts.c,v 1.15 2003/11/08 19:17:28 jmc Exp $ */ /* $NetBSD: ts.c,v 1.11 1997/01/11 11:34:43 ragge Exp $ */ /*- @@ -483,7 +483,7 @@ tsstart (sc, bp) /* * For some reasons which I don't (yet? :) understand, * tmscp.c initiates in this situation a GET-UNIT - * command. (Because no data-buffers are neccess. ??) + * command. (Because no data-buffers are necessary?) */ cmd = TS_CMD_STAT; goto do_cmd; |