summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-12-15 13:18:51 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-12-15 13:18:51 +0000
commita035a3d2b4d282b8e020cede2b6b81d26f4d45b3 (patch)
tree9f32ccc27595c4ac47fbeac32995771e8ccd2ad8 /sys
parent59c146b882dd4ef1eb148e25affadc604f04b021 (diff)
and one more typo
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_tx.c4
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 );