summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-10-27 13:25:49 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-10-27 13:25:49 +0000
commitf24f1336328ca4b0a6d657073d8797904e2adc5a (patch)
tree351c9b2bd38692f30780dadbf775ddf2704c882c
parent92dc62825b7c3de333f49664fd271fb5d42ba844 (diff)
Typo in comment
-rw-r--r--sys/arch/vax/bi/if_ni.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/bi/if_ni.c b/sys/arch/vax/bi/if_ni.c
index a6ce9058c53..f8f0123e52e 100644
--- a/sys/arch/vax/bi/if_ni.c
+++ b/sys/arch/vax/bi/if_ni.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ni.c,v 1.2 2002/08/09 20:26:44 jsyn Exp $ */
+/* $OpenBSD: if_ni.c,v 1.3 2002/10/27 13:25:48 miod Exp $ */
/* $NetBSD: if_ni.c,v 1.15 2002/05/22 16:03:14 wiz Exp $ */
/*
* Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved.
@@ -126,7 +126,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_ni.c,v 1.15 2002/05/22 16:03:14 wiz Exp $");
struct ni_softc {
struct device sc_dev; /* Configuration common part */
- struct evcnt sc_intrcnt; /* Interrupt coounting */
+ struct evcnt sc_intrcnt; /* Interrupt counting */
struct ethercom sc_ec; /* Ethernet common part */
#define sc_if sc_ec.ec_if /* network-visible interface */
bus_space_tag_t sc_iot;