summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-10-06 17:02:48 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-10-06 17:02:48 +0000
commit3f54688c99a33e100fea63e926a0542726f053f6 (patch)
treea8395375a7b1fecd56ad285ab2bced91f623c28b
parent83f5952acdd39f955e128b2cd86b8e480728d39b (diff)
typo
-rw-r--r--sys/dev/ic/dc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/dc.c b/sys/dev/ic/dc.c
index 94f78c5e062..430212c3905 100644
--- a/sys/dev/ic/dc.c
+++ b/sys/dev/ic/dc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dc.c,v 1.70 2004/10/06 17:00:03 brad Exp $ */
+/* $OpenBSD: dc.c,v 1.71 2004/10/06 17:02:47 brad Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -2418,7 +2418,7 @@ dc_intr(arg)
sc = arg;
ifp = &sc->sc_arpcom.ac_if;
- /* Supress unwanted interrupts */
+ /* Suppress unwanted interrupts */
if (!(ifp->if_flags & IFF_UP)) {
if (CSR_READ_4(sc, DC_ISR) & DC_INTRS)
dc_stop(sc);