summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authormjacob <mjacob@cvs.openbsd.org>2003-02-28 20:31:35 +0000
committermjacob <mjacob@cvs.openbsd.org>2003-02-28 20:31:35 +0000
commit014fdc7a531f01a2b70cbfc5c723add5013fa7ac (patch)
treeaf968dcf3194faf8307e12e98318bef8eaa11488 /sys/dev/ic
parent8c6fe0724216007a10fc03297e60d20c81755790 (diff)
Revert previous change. This driver is shared with 4 other platforms.
Baloney gratuitous changes to comments w/o even a headsup to the author will be reverted.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/isp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/isp.c b/sys/dev/ic/isp.c
index 94dd3d5f523..2f6390e8774 100644
--- a/sys/dev/ic/isp.c
+++ b/sys/dev/ic/isp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: isp.c,v 1.29 2003/02/11 19:20:27 mickey Exp $ */
+/* $OpenBSD: isp.c,v 1.30 2003/02/28 20:31:34 mjacob Exp $ */
/*
* Machine and OS Independent (well, as best as possible)
* code for the Qlogic ISP SCSI adapters.
@@ -397,7 +397,7 @@ isp_reset(struct ispsoftc *isp)
isp_prt(isp, ISP_LOGCONFIG, "Ultra Mode Capable");
sdp->isp_ultramode = 1;
/*
- * If we're in Ultra Mode, we have to be 60MHz clock-
+ * If we're in Ultra Mode, we have to be 60Mhz clock-
* even for the SBus version.
*/
isp->isp_clock = 60;