summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Barker <paul.barker.ct@bp.renesas.com>2023-08-14 22:13:35 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-08-19 05:12:53 +0300
commit99a4e5865e34f7d493e5bb96f8d327e93066a802 (patch)
tree586d5cc3e6fea5eca68199d71c06a6be9420f067
parent52029b783bfb3b55f8845d7d88ba1bcc728c4e08 (diff)
downloadu-boot-99a4e5865e34f7d493e5bb96f8d327e93066a802.tar.xz
irq: Fix typo in header comment
Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r--include/irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/irq.h b/include/irq.h
index 1d08cb858d..5638c10128 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.