From e48de51c3b11c1cefe3d8ead02d0b319f74aed53 Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Sat, 25 Aug 2007 20:57:13 +0000 Subject: Fix typo in debug line. --- sys/dev/ic/malo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic') 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 @@ -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 */ -- cgit v1.2.3