summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-01-08 17:40:34 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-01-08 17:40:34 +0000
commit4950f4d6d1b7d9fca3eb5c745b184fc4ab52eb23 (patch)
treedc3aba605b8b90f622174e22028a9a4eecc78107 /sys/dev/ic
parent1c1b617cae4634e326ec1d480e16a2d8674b416d (diff)
typo from Pedro Martelletto;
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/fxp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c
index 3162384eae9..6e45fb7d077 100644
--- a/sys/dev/ic/fxp.c
+++ b/sys/dev/ic/fxp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fxp.c,v 1.45 2003/12/29 23:06:55 brad Exp $ */
+/* $OpenBSD: fxp.c,v 1.46 2004/01/08 17:40:33 jmc Exp $ */
/* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */
/*
@@ -413,7 +413,7 @@ fxp_attach_common(sc, enaddr, intrstr)
/*
* Add shutdown hook so that DMA is disabled prior to reboot. Not
- * doing do could allow DMA to corrupt kernel memory during the
+ * doing so could allow DMA to corrupt kernel memory during the
* reboot before the driver initializes.
*/
sc->sc_sdhook = shutdownhook_establish(fxp_shutdown, sc);