diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-27 16:22:15 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-27 16:22:15 +0000 |
commit | 245db5a41f9169790fdca278ce21fafcf86e0c88 (patch) | |
tree | 6781af9f23ceff505e40794a72fefc72863f57ce /bin/chio/chio.c | |
parent | 9f520cd77cf5af190ae0c0fe2bd068102a1e3fb5 (diff) |
typos; ok jmc@
sys/dev/pci/pciide.c from naddy@
Diffstat (limited to 'bin/chio/chio.c')
-rw-r--r-- | bin/chio/chio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chio/chio.c b/bin/chio/chio.c index 20388d1a623..6e28985f511 100644 --- a/bin/chio/chio.c +++ b/bin/chio/chio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: chio.c,v 1.21 2007/10/16 20:19:26 sobrado Exp $ */ +/* $OpenBSD: chio.c,v 1.22 2007/11/27 16:22:12 martynas Exp $ */ /* $NetBSD: chio.c,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ */ /* @@ -621,7 +621,7 @@ do_status(char *cname, int argc, char *argv[]) * operation. If the drive is not accessible, we attempt * to unmount the tape in it before moving to avoid * errors in "disconnected" type pickers where the drive - * is on a seperate target from the changer. + * is on a separate target from the changer. */ static void check_source_drive(int unit) |