From fa95a6fb60ccb0a94a041fbad5a2b6fd8cf809fa Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Fri, 26 Dec 2014 13:29:29 +1100 Subject: soc/samsung/exynos5250/clk.h: Trivial, fix spelling in comments Change-Id: Iaacd4d7977ddeff4204acdc32d4d13fd88b6660b Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/7928 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/soc/samsung/exynos5250/clk.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/soc/samsung/exynos5250') diff --git a/src/soc/samsung/exynos5250/clk.h b/src/soc/samsung/exynos5250/clk.h index 9d27e679ca..2fe59b8f85 100644 --- a/src/soc/samsung/exynos5250/clk.h +++ b/src/soc/samsung/exynos5250/clk.h @@ -58,11 +58,11 @@ unsigned long get_uart_clk(int dev_index); void set_mmc_clk(int dev_index, unsigned int div); /** - * get the clk frequency of the required peripherial + * get the clk frequency of the required peripheral * - * @param peripherial Peripherial id + * @param peripheral Peripheral id * - * @return frequency of the peripherial clk + * @return frequency of the peripheral clk */ unsigned long clock_get_periph_rate(enum periph_id peripheral); @@ -83,7 +83,7 @@ int clock_set_mshci(enum periph_id peripheral); /* * Sets the epll clockrate * - * @param rate Required clock rate to the presacaler in Hz + * @param rate Required clock rate to the prescaler in Hz * * Return 0 if ok else -1 */ -- cgit v1.2.3