From: Sachin Kamat Date: Mon, 10 Jun 2013 04:32:39 +0000 (+0530) Subject: doc: clk: Fix incorrect wording X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=135419501a88af815f0b352d6599534c854d3281;p=deliverable%2Flinux.git doc: clk: Fix incorrect wording Signed-off-by: Sachin Kamat Acked-by: Rob Landley Signed-off-by: Jiri Kosina --- 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