From a032b0fe2e638857f8413e38da802b47ba9b275a Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Sat, 3 Feb 2007 23:47:19 +0000 Subject: Make comment match code. ok pedro --- sys/scsi/cd.c | 4 ++-- sys/scsi/sd.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/scsi') 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++) -- cgit v1.2.3