]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
clk: Fix typo in header comment
authorPaul Barker <paul.barker.ct@bp.renesas.com>
Mon, 14 Aug 2023 19:13:34 +0000 (20:13 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 19 Aug 2023 02:12:53 +0000 (04:12 +0200)
Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
include/clk-uclass.h

index 65ebff9ed27b58cfa651fa5449f5edbda2d6f1df..a22f1a5d8489c9ad817ace812c52b2c69482d68a 100644 (file)
@@ -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().
  *