summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2013-04-17 11:47:32 +0000
committergabor <gabor@FreeBSD.org>2013-04-17 11:47:32 +0000
commit301f6461b705e6ada2a67c58acd85d4af5d86551 (patch)
treeeca27cee32cae96824fd96b0c1be990492497092 /sys/arm
parent188c638b60fe60e70310769b4c68de8ab101ae45 (diff)
downloadFreeBSD-src-301f6461b705e6ada2a67c58acd85d4af5d86551.zip
FreeBSD-src-301f6461b705e6ada2a67c58acd85d4af5d86551.tar.gz
- Correct mispellings of word resource
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/ti/omap4/omap4_prcm_clks.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arm/ti/omap4/omap4_prcm_clks.c b/sys/arm/ti/omap4/omap4_prcm_clks.c
index a4cd41c..16636d74 100644
--- a/sys/arm/ti/omap4/omap4_prcm_clks.c
+++ b/sys/arm/ti/omap4/omap4_prcm_clks.c
@@ -1003,7 +1003,7 @@ omap4_clk_get_arm_fclk_freq(struct ti_clock_dev *clkdev,
/**
* omap4_clk_hsusbhost_activate - activates the USB clocks for the given module
* @clkdev: pointer to the clock device structure.
- * @mem_res: array of memory resouces allocated by the top level PRCM driver.
+ * @mem_res: array of memory resources allocated by the top level PRCM driver.
*
* The USB clocking setup seems to be a bit more tricky than the other modules,
* to start with the clocking diagram for the HS host module shows 13 different
@@ -1153,7 +1153,7 @@ omap4_clk_hsusbhost_activate(struct ti_clock_dev *clkdev)
/**
* omap4_clk_generic_deactivate - checks if a module is accessible
* @clkdev: pointer to the clock device structure.
- * @mem_res: array of memory resouces allocated by the top level PRCM driver.
+ * @mem_res: array of memory resources allocated by the top level PRCM driver.
*
*
*
@@ -1242,7 +1242,7 @@ omap4_clk_hsusbhost_deactivate(struct ti_clock_dev *clkdev)
/**
* omap4_clk_hsusbhost_accessible - checks if a module is accessible
* @clkdev: pointer to the clock device structure.
- * @mem_res: array of memory resouces allocated by the top level PRCM driver.
+ * @mem_res: array of memory resources allocated by the top level PRCM driver.
*
*
*
@@ -1291,7 +1291,7 @@ omap4_clk_hsusbhost_accessible(struct ti_clock_dev *clkdev)
* omap4_clk_hsusbhost_set_source - sets the source clocks
* @clkdev: pointer to the clock device structure.
* @clksrc: the clock source ID for the given clock.
- * @mem_res: array of memory resouces allocated by the top level PRCM driver.
+ * @mem_res: array of memory resources allocated by the top level PRCM driver.
*
*
*
OpenPOWER on IntegriCloud