summaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-06-17 09:42:20 +0200
committerJiri Kosina <jkosina@suse.cz>2010-06-17 11:31:19 +0200
commitbd06cac82c2af96f2e64a0e994e11bfe41b77e8d (patch)
tree1d2411e6db4cb5a52b66742058161d0b4d4e57e0 /arch/sh
parentdcf1b0be1877ae1dc13ea93d4277a6c456cfe9f5 (diff)
downloadlinux-bd06cac82c2af96f2e64a0e994e11bfe41b77e8d.tar.gz
linux-bd06cac82c2af96f2e64a0e994e11bfe41b77e8d.tar.xz
fix typos concerning "precedence"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/kernel/clkdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/clkdev.c b/arch/sh/kernel/clkdev.c
index defdd6e30908..befc255830a4 100644
--- a/arch/sh/kernel/clkdev.c
+++ b/arch/sh/kernel/clkdev.c
@@ -36,7 +36,7 @@ static DEFINE_MUTEX(clocks_mutex);
* If an entry has a device ID, it must match
* If an entry has a connection ID, it must match
* Then we take the most specific entry - with the following
- * order of precidence: dev+con > dev only > con only.
+ * order of precedence: dev+con > dev only > con only.
*/
static struct clk *clk_find(const char *dev_id, const char *con_id)
{