diff options
author | Michal Simek | 2021-04-07 14:36:14 +0200 |
---|---|---|
committer | Michal Simek | 2021-04-23 08:48:30 +0200 |
commit | cd9aafc0ea16e483f881c1547c82630a9c6803b6 (patch) | |
tree | c29ac16848f8b21dc5921f0a058e6fa54bb9f02a /drivers/clk | |
parent | 84befd408c1e3ad2d7b410adaf58fe4d397cb7b6 (diff) |
clk: Fix typo in Zynq Kconfig symbol description
Trivial typo fix.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 4aeaa0cd589..40a5a5dd883 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -125,7 +125,7 @@ config CLK_ZYNQ depends on CLK && ARCH_ZYNQ default y help - This clock driver adds support for clock realted settings for + This clock driver adds support for clock related settings for Zynq platform. config CLK_ZYNQMP |