diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-23 14:17:09 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-23 14:17:09 +0000 |
commit | 8ed929de98add940a4939c2b04e15bd6cb05e5bc (patch) | |
tree | 57e2d61b130efef92c92538dd20bed5fce75f607 /sys/dev/ic | |
parent | 4976efe564dfd17dd878bc21c0ae548a3cf9c02e (diff) |
recieve -> receive
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/pdq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/pdq.c b/sys/dev/ic/pdq.c index 36f23a3ef3e..8daa0f68afd 100644 --- a/sys/dev/ic/pdq.c +++ b/sys/dev/ic/pdq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pdq.c,v 1.10 2001/07/04 22:53:26 espie Exp $ */ +/* $OpenBSD: pdq.c,v 1.11 2001/08/23 14:17:07 aaron Exp $ */ /* $NetBSD: pdq.c,v 1.9 1996/10/13 01:37:26 christos Exp $ */ /*- @@ -1423,7 +1423,7 @@ pdq_initialize( pdq->pdq_host_smt_info.rx_buffers = (void *) pdq->pdq_dbp->pdqdb_host_smt_buffers; PDQ_PRINTF(("\nPDQ Descriptor Block = " PDQ_OS_PTR_FMT "\n", pdq->pdq_dbp)); - PDQ_PRINTF((" Recieve Queue = " PDQ_OS_PTR_FMT "\n", pdq->pdq_dbp->pdqdb_receives)); + PDQ_PRINTF((" Receive Queue = " PDQ_OS_PTR_FMT "\n", pdq->pdq_dbp->pdqdb_receives)); PDQ_PRINTF((" Transmit Queue = " PDQ_OS_PTR_FMT "\n", pdq->pdq_dbp->pdqdb_transmits)); PDQ_PRINTF((" Host SMT Queue = " PDQ_OS_PTR_FMT "\n", pdq->pdq_dbp->pdqdb_host_smt)); PDQ_PRINTF((" Command Response Queue = " PDQ_OS_PTR_FMT "\n", pdq->pdq_dbp->pdqdb_command_responses)); |