Various, unrelated tree-wide typo fixes.
[oweals/u-boot.git] / arch / arm / mach-tegra / clock.c
index c50d56dc888b5f612604832b22045b317cfdc93c..36eabc8f5721125a6708573ab2b0755822df23a6 100644 (file)
@@ -510,7 +510,7 @@ unsigned clock_get_rate(enum clock_id clkid)
  * @param p post divider(DIVP)
  * @param cpcon base PLL charge pump(CPCON)
  * @return 0 if ok, -1 on error (the requested PLL is incorrect and cannot
- *             be overriden), 1 if PLL is already correct
+ *             be overridden), 1 if PLL is already correct
  */
 int clock_set_rate(enum clock_id clkid, u32 n, u32 m, u32 p, u32 cpcon)
 {