summaryrefslogtreecommitdiff
path: root/sys/dev/ic/tropic.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 18:58:51 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 18:58:51 +0000
commit09533afdf9d8765c07281cc781bb793add772fff (patch)
tree127756d1f0b3ef0d9b54bf585b52cfde1d7f8a28 /sys/dev/ic/tropic.c
parent8340012e43d3e836557b3ef5cce99f0b05419e90 (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/tropic.c')
-rw-r--r--sys/dev/ic/tropic.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/tropic.c b/sys/dev/ic/tropic.c
index db9ea1e3d03..a70329796c2 100644
--- a/sys/dev/ic/tropic.c
+++ b/sys/dev/ic/tropic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tropic.c,v 1.6 2002/03/14 01:26:55 millert Exp $ */
+/* $OpenBSD: tropic.c,v 1.7 2003/10/21 18:58:50 jmc Exp $ */
/* $NetBSD: tropic.c,v 1.6 1999/12/17 08:26:31 fvdl Exp $ */
/*
@@ -1436,7 +1436,7 @@ struct tr_softc *sc;
/*
- * copy out the packet byte-by-byte in resonably optimal fashion
+ * copy out the packet byte-by-byte in reasonably optimal fashion
*/
int
tr_mbcopy(sc, dhb, m0)
@@ -1470,7 +1470,7 @@ struct mbuf *m0;
* We copy the trailer information and then all the normal
* data into mbufs.
*
- * called from tr_rint - receive interupt routine
+ * called from tr_rint - receive interrupt routine
*/
struct mbuf *
tr_get(sc, totlen, ifp)