tee: add sandbox driver
[oweals/u-boot.git] / include / clk.h
index c0a20cd47a5d5a0d483555435ab7d72184cd55bf..8e366163f957ac5a231fd190e0f0e8d269c9c05d 100644 (file)
@@ -21,7 +21,7 @@
  *
  * A driver that implements UCLASS_CLOCK is a clock provider. A provider will
  * often implement multiple separate clocks, since the hardware it manages
- * often has this capability. clock_uclass.h describes the interface which
+ * often has this capability. clk-uclass.h describes the interface which
  * clock providers must implement.
  *
  * Clock consumers/clients are the HW modules driven by the clock signals. This