summaryrefslogtreecommitdiff
path: root/sys/dev/ic/com.c
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-10-02 23:39:28 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-10-02 23:39:28 +0000
commit86d6a2e091d348e0e055adf0f25939c1be635be3 (patch)
tree8bfc3cea114c6446ddb2db7128be65ad689dc798 /sys/dev/ic/com.c
parentfcc7f3d73a3fa41d7207686e98721a87451d8694 (diff)
#ifdef FOO works much better when FOO isn't misspelled.
Diffstat (limited to 'sys/dev/ic/com.c')
-rw-r--r--sys/dev/ic/com.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c
index ad18a259ca3..b4961414e79 100644
--- a/sys/dev/ic/com.c
+++ b/sys/dev/ic/com.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com.c,v 1.74 2001/09/30 15:20:59 art Exp $ */
+/* $OpenBSD: com.c,v 1.75 2001/10/02 23:39:27 art Exp $ */
/* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */
/*
@@ -1316,7 +1316,7 @@ comintr(arg)
if (ISSET(lsr, LSR_RXRDY)) {
register u_char *p = sc->sc_ibufp;
-#ifdef __HAVE_GENERIC_SOFT_INTERUPTS
+#ifdef __HAVE_GENERIC_SOFT_INTERRUPTS
softintr_schedule(sc->sc_si);
#endif
do {