From: Paul Barker Date: Mon, 14 Aug 2023 19:13:34 +0000 (+0100) Subject: clk: Fix typo in header comment X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=52029b783bfb3b55f8845d7d88ba1bcc728c4e08;p=u-boot.git clk: Fix typo in header comment Signed-off-by: Paul Barker Reviewed-by: Heinrich Schuchardt --- diff --git a/include/clk-uclass.h b/include/clk-uclass.h index 65ebff9ed2..a22f1a5d84 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(). *