summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/isa/isa_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/isa/isa_machdep.c b/sys/arch/i386/isa/isa_machdep.c
index 0660042436d..7078c27bfb6 100644
--- a/sys/arch/i386/isa/isa_machdep.c
+++ b/sys/arch/i386/isa/isa_machdep.c
@@ -162,7 +162,7 @@ isa_strayintr(irq)
*/
if (intrstray[irq]++ <= 5)
log(LOG_ERR, "stray interrupt %d%s\n", irq,
- intrstray[irq] >= 5 ? "; stopped logging" : "");
+ intrstray[irq] > 5 ? "; stopped logging" : "");
}
int fastvec;