Browse Source

clk: samsung: Spelling s/bwtween/between/

Fix a typo in comment section of "struct samsung_clk_provider".

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Pankaj Dubey 11 years ago
parent
commit
2e41b9fc11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/clk/samsung/clk.h

+ 1 - 1
drivers/clk/samsung/clk.h

@@ -25,7 +25,7 @@
  * struct samsung_clk_provider: information about clock provider
  * @reg_base: virtual address for the register base.
  * @clk_data: holds clock related data like clk* and number of clocks.
- * @lock: maintains exclusion bwtween callbacks for a given clock-provider.
+ * @lock: maintains exclusion between callbacks for a given clock-provider.
  */
 struct samsung_clk_provider {
 	void __iomem *reg_base;