summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2004-10-06 17:02:47 +0000
committerbrad <brad@openbsd.org>2004-10-06 17:02:47 +0000
commit9af236edbf171158a30ca12877cf3dae32b7a7f9 (patch)
tree0f8f493e4188f5859c3992b60920ec27b19cd75e
parentEnable round-robin arbitration between transmit and receive unit (diff)
downloadwireguard-openbsd-9af236edbf171158a30ca12877cf3dae32b7a7f9.tar.xz
wireguard-openbsd-9af236edbf171158a30ca12877cf3dae32b7a7f9.zip
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);