diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 18:58:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 18:58:51 +0000 |
commit | 09533afdf9d8765c07281cc781bb793add772fff (patch) | |
tree | 127756d1f0b3ef0d9b54bf585b52cfde1d7f8a28 /sys/dev/ic/lemacvar.h | |
parent | 8340012e43d3e836557b3ef5cce99f0b05419e90 (diff) |
typos from Tom Cosgrove;
Tom: I did not commit a couple of your changes.
i did not include some punctuation fixes (full stops, etc.)
mnemorable -> mnemonic: i decided memorable was probably better
instrunctions -> instruction: i kept the plural
Diffstat (limited to 'sys/dev/ic/lemacvar.h')
-rw-r--r-- | sys/dev/ic/lemacvar.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/ic/lemacvar.h b/sys/dev/ic/lemacvar.h index c3aac8cce9f..2cf7e0bd2cb 100644 --- a/sys/dev/ic/lemacvar.h +++ b/sys/dev/ic/lemacvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lemacvar.h,v 1.1 2001/07/13 17:26:44 niklas Exp $ */ +/* $OpenBSD: lemacvar.h,v 1.2 2003/10/21 18:58:49 jmc Exp $ */ /* $NetBSD: lemacvar.h,v 1.6 2001/06/13 10:46:03 wiz Exp $ */ /* @@ -62,11 +62,11 @@ struct lemac_softc { u_int16_t sc_mctbl[LEMAC_MCTBL_SIZE/sizeof(u_int16_t)]; /* local copy of multicast table */ struct { - unsigned cntr_txnospc; /* total # of no trnasmit memory */ - unsigned cntr_txfull; /* total # of tranmitter full */ - unsigned cntr_tne_intrs;/* total # of tranmit done intrs */ + unsigned cntr_txnospc; /* total # of no transmit memory */ + unsigned cntr_txfull; /* total # of transmitter full */ + unsigned cntr_tne_intrs;/* total # of transmit done intrs */ unsigned cntr_rne_intrs;/* total # of receive done intrs */ - unsigned cntr_txd_intrs;/* total # of tranmit error intrs */ + unsigned cntr_txd_intrs;/* total # of transmit error intrs */ unsigned cntr_rxd_intrs;/* total # of receive error intrs */ } sc_cntrs; |