[PATCH 2/2] irq: Fix typo in header comment
Paul Barker
paul.barker.ct at bp.renesas.com
Mon Aug 14 21:13:35 CEST 2023
Signed-off-by: Paul Barker <paul.barker.ct at bp.renesas.com>
---
include/irq.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/irq.h b/include/irq.h
index 1d08cb858d0e..5638c10128e9 100644
--- a/include/irq.h
+++ b/include/irq.h
@@ -109,7 +109,7 @@ struct irq_ops {
* xxx_xlate() call, or as the only step in implementing a client's
* irq_request() call.
*
- * @irq: The irq struct to request; this has been fille in by
+ * @irq: The irq struct to request; this has been filled in by
* a previoux xxx_xlate() function call, or by the caller
* of irq_request().
* @return 0 if OK, or a negative error code.
--
2.34.1
More information about the U-Boot
mailing list