]> Pileus Git - ~andy/linux/blobdiff - Documentation/clk.txt
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / 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