diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-15 13:18:51 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-15 13:18:51 +0000 |
commit | a035a3d2b4d282b8e020cede2b6b81d26f4d45b3 (patch) | |
tree | 9f32ccc27595c4ac47fbeac32995771e8ccd2ad8 /sys | |
parent | 59c146b882dd4ef1eb148e25affadc604f04b021 (diff) |
and one more typo
Diffstat (limited to 'sys')
-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 ); |