diff mbox

[1/7] Documentation: clk.txt: Fix a very small typo

Message ID 1366216694-2365-2-git-send-email-ezequiel.garcia@free-electrons.com
State Not Applicable
Headers show

Commit Message

Ezequiel Garcia April 17, 2013, 4:38 p.m. UTC
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
---
 Documentation/clk.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/Documentation/clk.txt b/Documentation/clk.txt
index 1943fae..2e1dcfe 100644
--- a/Documentation/clk.txt
+++ b/Documentation/clk.txt
@@ -133,7 +133,7 @@  representation.
 
 	Part 4 - supporting your own clk hardware
 
-When implementing support for a new type of clock it only necessary to
+When implementing support for a new type of clock it's only necessary to
 include the following header:
 
 #include <linux/clk-provider.h>