hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/kernel/irq/chip.c
....@@ -826,7 +826,7 @@
826826 /*
827827 * When another irq arrived while we were handling
828828 * one, we could have masked the irq.
829
- * Renable it, if it was not disabled in meantime.
829
+ * Reenable it, if it was not disabled in meantime.
830830 */
831831 if (unlikely(desc->istate & IRQS_PENDING)) {
832832 if (!irqd_irq_disabled(&desc->irq_data) &&