2013-04-23 23:43:44

by Eduardo Valentin

[permalink] [raw]
Subject: [PATCH 1/1] drivers: clk: fix typo in Kconfig description

Fixing misspelled wording.

Cc: Mike Turquette <[email protected]>
Cc: Sebastian Hesselbarth <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Pawel Moll <[email protected]>
Cc: [email protected]
Signed-off-by: Eduardo Valentin <[email protected]>
---
drivers/clk/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 0357ac4..1ba18f9 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -27,7 +27,7 @@ config COMMON_CLK_DEBUG
bool "DebugFS representation of clock tree"
select DEBUG_FS
---help---
- Creates a directory hierchy in debugfs for visualizing the clk
+ Creates a directory hierarchy in debugfs for visualizing the clk
tree structure. Each directory contains read-only members
that export information specific to that clk node: clk_rate,
clk_flags, clk_prepare_count, clk_enable_count &
--
1.8.2.1.342.gfa7285d