]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/clk/sunxi/clk-sunxi.c
clk: sunxi: fix thinko in comment
[karo-tx-linux.git] / drivers / clk / sunxi / clk-sunxi.c
index aaec9d7867d0b27b8e917a0b1ed67770299ab495..bd7dc733c1ca52170c2a5fd6418770794630235b 100644 (file)
@@ -330,7 +330,7 @@ static void sun4i_get_apb1_factors(u32 *freq, u32 parent_rate,
 
 /**
  * sun4i_get_mod0_factors() - calculates m, n factors for MOD0-style clocks
- * MMC rate is calculated as follows
+ * MOD0 rate is calculated as follows
  * rate = (parent_rate >> p) / (m + 1);
  */