summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-06-10 10:02:39 +0530
committerJiri Kosina <jkosina@suse.cz>2013-06-10 23:54:14 +0200
commit135419501a88af815f0b352d6599534c854d3281 (patch)
tree5560a4b624bf435194c286120a22ddfa22ac7ec5 /Documentation
parent6d1ee2cef617f27d8b737871784d8cd23e3fd9e9 (diff)
downloadlinux-135419501a88af815f0b352d6599534c854d3281.tar.gz
linux-135419501a88af815f0b352d6599534c854d3281.tar.xz
doc: clk: Fix incorrect wording
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Acked-by: Rob Landley <rob@landley.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/clk.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/clk.txt b/Documentation/clk.txt
index b9911c27f496..6f68ba0d1e01 100644
--- a/Documentation/clk.txt
+++ b/Documentation/clk.txt
@@ -32,7 +32,7 @@ hardware-specific bits for the hypothetical "foo" hardware.
Tying the two halves of this interface together is struct clk_hw, which
is defined in struct clk_foo and pointed to within struct clk. This
-allows easy for navigation between the two discrete halves of the common
+allows for easy navigation between the two discrete halves of the common
clock interface.
Part 2 - common data structures and api