kernel/drivers/irqchip/irq-sun4i.c
.. .. @@ -189,7 +189,7 @@ 189 189 * 3) spurious irq 190 190 * So if we immediately get a reading of 0, check the irq-pending reg 191 191 * to differentiate between 2 and 3. We only do this once to avoid 192 - * the extra check in the common case of 1 hapening after having192 + * the extra check in the common case of 1 happening after having193 193 * read the vector-reg once. 194 194 */ 195 195 hwirq = readl(irq_ic_data->irq_base + SUN4I_IRQ_VECTOR_REG) >> 2;