summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2007-08-25 20:57:13 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2007-08-25 20:57:13 +0000
commite48de51c3b11c1cefe3d8ead02d0b319f74aed53 (patch)
tree30efd3fe9c1a06e4e39c4072bdcdf3e3066b92c7 /sys/dev
parent0139ffc6af0b35b23aa751186434963c58903147 (diff)
Fix typo in debug line.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/malo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/malo.c b/sys/dev/ic/malo.c
index b827f6b3182..ef057f1142b 100644
--- a/sys/dev/ic/malo.c
+++ b/sys/dev/ic/malo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: malo.c,v 1.73 2007/08/25 20:55:04 mglocker Exp $ */
+/* $OpenBSD: malo.c,v 1.74 2007/08/25 20:57:12 mglocker Exp $ */
/*
* Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org>
@@ -346,7 +346,7 @@ malo_intr(void *arg)
}
if (status & ~0x7)
- DPRINTF(("%s: unkown interrupt %x\n", sc->sc_dev.dv_xname,
+ DPRINTF(("%s: unknown interrupt %x\n", sc->sc_dev.dv_xname,
status));
/* just ack the interrupt */