[PATCH 1/2] clk: Fix typo in header comment
Paul Barker
paul.barker.ct at bp.renesas.com
Mon Aug 14 21:13:34 CEST 2023
Signed-off-by: Paul Barker <paul.barker.ct at bp.renesas.com>
---
include/clk-uclass.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clk-uclass.h b/include/clk-uclass.h
index 65ebff9ed27b..a22f1a5d8489 100644
--- a/include/clk-uclass.h
+++ b/include/clk-uclass.h
@@ -64,7 +64,7 @@ int of_xlate(struct clk *clock, struct ofnode_phandle_args *args);
/**
* request() - Request a translated clock.
- * @clock: The clock struct to request; this has been fille in by
+ * @clock: The clock struct to request; this has been filled in by
* a previoux xxx_xlate() function call, or by the caller
* of clk_request().
*
--
2.34.1
More information about the U-Boot
mailing list