summaryrefslogtreecommitdiff
path: root/sys/dev/ic/fxp.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/fxp.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/fxp.c')
-rw-r--r--sys/dev/ic/fxp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c
index 01e146fb97b..ad0f1e2e0f6 100644
--- a/sys/dev/ic/fxp.c
+++ b/sys/dev/ic/fxp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fxp.c,v 1.42 2003/05/28 11:23:19 henric Exp $ */
+/* $OpenBSD: fxp.c,v 1.43 2003/10/21 18:58:49 jmc Exp $ */
/* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */
/*
@@ -144,7 +144,7 @@ static u_char fxp_cb_config_template[] = {
0x60, /* 12 interfrm_spacing */
0x00, /* 13 void31 */
0xf2, /* 14 void32 */
- 0x48, /* 15 promiscous */
+ 0x48, /* 15 promiscuous */
0x00, /* 16 void41 */
0x40, /* 17 void42 */
0xf3, /* 18 stripping */
@@ -483,7 +483,7 @@ fxp_detach(sc)
*
* 559's can have either 64-word or 256-word EEPROMs, the 558
* datasheet only talks about 64-word EEPROMs, and the 557 datasheet
- * talks about the existance of 16 to 256 word EEPROMs.
+ * talks about the existence of 16 to 256 word EEPROMs.
*
* The only known sizes are 64 and 256, where the 256 version is used
* by CardBus cards to store CIS information.