summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-05-12 15:52:10 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-05-12 15:52:10 +0000
commit56c0b1278af70a4f7222d9f62efc0597ca3bee2b (patch)
tree89c3dcda6839f52423f428518766442a5f10d910 /sys
parent97d2e25c87f159cac1f2f8c1b77b7d1613ee9bbe (diff)
typo
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/pmax/dev/rz.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/dev/rz.c b/sys/arch/pmax/dev/rz.c
index 59361b5ca18..ed072017170 100644
--- a/sys/arch/pmax/dev/rz.c
+++ b/sys/arch/pmax/dev/rz.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rz.c,v 1.13 1998/05/11 04:23:06 millert Exp $ */
+/* $OpenBSD: rz.c,v 1.14 1998/05/12 15:52:09 millert Exp $ */
/* $NetBSD: rz.c,v 1.38 1998/05/08 00:05:19 simonb Exp $ */
/*
@@ -454,7 +454,7 @@ rzprobe(xxxsd)
case SCSI_OPTICAL_MEM_TYPE: /* Magneto-optical */
break;
- SCSI_TAPE_TYPE: /* tape, handled by tz driver */
+ case SCSI_TAPE_TYPE: /* tape, handled by tz driver */
goto bad;
default: /* not a disk */