hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/irqchip/irq-sun4i.c
....@@ -189,7 +189,7 @@
189189 * 3) spurious irq
190190 * So if we immediately get a reading of 0, check the irq-pending reg
191191 * 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 having
192
+ * the extra check in the common case of 1 happening after having
193193 * read the vector-reg once.
194194 */
195195 hwirq = readl(irq_ic_data->irq_base + SUN4I_IRQ_VECTOR_REG) >> 2;