summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2005-12-02 03:55:58 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2005-12-02 03:55:58 +0000
commitaab5cf4d3fd3f12bb40f550c91a49416da90e4c0 (patch)
tree45508b30aa594a583ff72bf4f370bed2ae363410
parent3a5f5a0f5482372fee80093d48d51198dbb2f0e8 (diff)
typo.
-rw-r--r--sys/dev/ic/mpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mpt.c b/sys/dev/ic/mpt.c
index acb5415c10d..b195dd4236f 100644
--- a/sys/dev/ic/mpt.c
+++ b/sys/dev/ic/mpt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpt.c,v 1.18 2005/12/01 02:15:21 krw Exp $ */
+/* $OpenBSD: mpt.c,v 1.19 2005/12/02 03:55:57 marco Exp $ */
/* $NetBSD: mpt.c,v 1.4 2003/11/02 11:07:45 wiz Exp $ */
/*
@@ -1629,7 +1629,7 @@ mpt_init(mpt_softc_t *mpt, u_int32_t who)
/*
* Give it reply buffers
*
- * Do *not* except global credits.
+ * Do *not* exceed global credits.
*/
for (val = 0, pptr = mpt->reply_phys;
(pptr + MPT_REPLY_SIZE) < (mpt->reply_phys + PAGE_SIZE);