Signed-off-by: Andrea Gelmini <[email protected]>
---
 arch/m68k/q40/q40ints.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/m68k/q40/q40ints.c b/arch/m68k/q40/q40ints.c
index 513f9bb..51991bc 100644
--- a/arch/m68k/q40/q40ints.c
+++ b/arch/m68k/q40/q40ints.c
@@ -287,7 +287,7 @@ static void q40_irq_handler(unsigned int irq, struct 
pt_regs *fp)
        }
  iirq:
        mir = master_inb(IIRQ_REG);
-       /* should test whether keyboard irq is really enabled, doing it in 
defhand */
+       /* should test whether keyboard irq is really enabled, doing it in 
defend */
        if (mir & Q40_IRQ_KEYB_MASK)
                do_IRQ(Q40_IRQ_KEYBOARD, fp);
 
-- 
2.8.2.534.g1f66975

--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to