Staging: fix assorted typos all over the place
[safe/jmp/linux-2.6] / drivers / staging / comedi / drivers / addi-data / hwdrv_apci3120.c
index 222b549..172fba8 100644 (file)
@@ -1468,7 +1468,7 @@ void v_APCI3120_Interrupt(int irq, void *d)
        int_amcc = inl(devpriv->i_IobaseAmcc + AMCC_OP_REG_INTCSR);     /*  get AMCC int register */
 
        if ((!int_daq) && (!(int_amcc & ANY_S593X_INT))) {
-               comedi_error(dev, "IRQ from unknow source");
+               comedi_error(dev, "IRQ from unknown source");
                return;
        }