From: Paul Barker <paul.barker.ct@bp.renesas.com>
Date: Mon, 14 Aug 2023 19:13:35 +0000 (+0100)
Subject: irq: Fix typo in header comment
X-Git-Tag: v2025.01-rc5-pxa1908~879^2~1
X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/%7B%7B?a=commitdiff_plain;h=99a4e5865e34f7d493e5bb96f8d327e93066a802;p=u-boot.git

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>
---

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.