Commit 9bf86506777d02141b76249413534856162aad6a

Authored by Liviu Dudau
Committed by Simon Glass
1 parent c35a7d375e

include/clk.h: Fix the name of the clock uclass in comment

The comment references a structure name that doesn't exist. Use
the name of the actual uclass.

Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
Drop period at end of commit subject:
Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -21,7 +21,7 @@
21 21 *
22 22 * A driver that implements UCLASS_CLOCK is a clock provider. A provider will
23 23 * often implement multiple separate clocks, since the hardware it manages
24   - * often has this capability. clock_uclass.h describes the interface which
  24 + * often has this capability. clk-uclass.h describes the interface which
25 25 * clock providers must implement.
26 26 *
27 27 * Clock consumers/clients are the HW modules driven by the clock signals. This