diff options
author | Paul Barker <paul.barker.ct@bp.renesas.com> | 2023-08-14 20:13:34 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-08-19 04:12:53 +0200 |
commit | 52029b783bfb3b55f8845d7d88ba1bcc728c4e08 (patch) | |
tree | 98532cd844f2b67906a3964b083077dd3b07e99a /include/clk-uclass.h | |
parent | 68886a9941557f580fb650f39a76e7416b126534 (diff) | |
download | u-boot-52029b783bfb3b55f8845d7d88ba1bcc728c4e08.tar.gz |
clk: Fix typo in header comment
Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'include/clk-uclass.h')
-rw-r--r-- | include/clk-uclass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clk-uclass.h b/include/clk-uclass.h index 65ebff9ed27..a22f1a5d848 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(). * |