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>
This commit is contained in:
Pankaj Dubey 2014-09-29 13:17:46 +05:30 committed by Sylwester Nawrocki
parent 932e98224d
commit 2e41b9fc11
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
* struct samsung_clk_provider: information about clock provider * struct samsung_clk_provider: information about clock provider
* @reg_base: virtual address for the register base. * @reg_base: virtual address for the register base.
* @clk_data: holds clock related data like clk* and number of clocks. * @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 { struct samsung_clk_provider {
void __iomem *reg_base; void __iomem *reg_base;