]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
doc: clk: Fix incorrect wording
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 10 Jun 2013 04:32:39 +0000 (10:02 +0530)
committerJiri Kosina <jkosina@suse.cz>
Mon, 10 Jun 2013 21:54:14 +0000 (23:54 +0200)
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/clk.txt

index b9911c27f496e1aeb5f2cb8f1b3c85345a606459..6f68ba0d1e01eea75c59b8547f2958ad20419333 100644 (file)
@@ -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