summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-05-12 15:52:09 +0000
committermillert <millert@openbsd.org>1998-05-12 15:52:09 +0000
commitf0386234468ab4118fee6277db771d2bb7e0bcba (patch)
treeaad541968968d9f97b1fdb185961018ec2cb6bb0
parentupdate, from NetBSD. (diff)
downloadwireguard-openbsd-f0386234468ab4118fee6277db771d2bb7e0bcba.tar.xz
wireguard-openbsd-f0386234468ab4118fee6277db771d2bb7e0bcba.zip
typo
-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 */