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/alpha/include/ioctl_fd.h | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'sys/arch/alpha/include/ioctl_fd.h')
-rw-r--r-- | sys/arch/alpha/include/ioctl_fd.h | 4 |
1 files changed, 2 insertions, 2 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 */ |