From 09533afdf9d8765c07281cc781bb793add772fff Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 21 Oct 2003 18:58:51 +0000 Subject: 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 --- sys/dev/ic/tropic.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/ic/tropic.c') 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) -- cgit v1.2.3