summaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2007-02-03 23:47:19 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2007-02-03 23:47:19 +0000
commita032b0fe2e638857f8413e38da802b47ba9b275a (patch)
tree43d0150d4c0834894176b79ee2e830fa42b177e9 /sys/scsi
parent4483f3cbf5e2083ba7db2b9ae8e3e09a11326b53 (diff)
Make comment match code. ok pedro
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/cd.c4
-rw-r--r--sys/scsi/sd.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index ba15f917677..2a73c1ce067 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cd.c,v 1.118 2006/12/23 17:35:35 krw Exp $ */
+/* $OpenBSD: cd.c,v 1.119 2007/02/03 23:47:18 bluhm Exp $ */
/* $NetBSD: cd.c,v 1.100 1997/04/02 02:29:30 mycroft Exp $ */
/*
@@ -275,7 +275,7 @@ cddetach(self, flags)
}
splx(s);
- /* locate the major number */
+ /* locate the minor number */
mn = CDMINOR(self->dv_unit, 0);
for (bmaj = 0; bmaj < nblkdev; bmaj++)
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index 054d925e3e4..9c13c841f5f 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sd.c,v 1.116 2006/12/21 02:05:46 krw Exp $ */
+/* $OpenBSD: sd.c,v 1.117 2007/02/03 23:47:18 bluhm Exp $ */
/* $NetBSD: sd.c,v 1.111 1997/04/02 02:29:41 mycroft Exp $ */
/*-
@@ -302,7 +302,7 @@ sddetach(self, flags)
}
splx(s);
- /* locate the major number */
+ /* locate the minor number */
mn = SDMINOR(self->dv_unit, 0);
for (bmaj = 0; bmaj < nblkdev; bmaj++)