diff options
-rw-r--r-- | sys/dev/pci/if_tx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_tx.c b/sys/dev/pci/if_tx.c index 508d8403c62..69dd48c5b3f 100644 --- a/sys/dev/pci/if_tx.c +++ b/sys/dev/pci/if_tx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tx.c,v 1.25 2002/11/19 18:40:17 jason Exp $ */ +/* $OpenBSD: if_tx.c,v 1.26 2002/12/15 13:18:50 henning Exp $ */ /* $FreeBSD: src/sys/pci/if_tx.c,v 1.45 2001/02/07 20:11:02 semenu Exp $ */ /*- @@ -1117,7 +1117,7 @@ epic_ifwatchdog(ifp) epic_init(sc); } else - printf("seems we can continue normaly\n"); + printf("seems we can continue normally\n"); /* Start output */ if( !IFQ_IS_EMPTY( &ifp->if_snd ) ) epic_ifstart( ifp ); |