fix typos concerning "precedence"
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 17 Jun 2010 07:42:20 +0000 (09:42 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 17 Jun 2010 09:31:19 +0000 (11:31 +0200)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/sh/kernel/clkdev.c

index defdd6e..befc255 100644 (file)
@@ -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)
 {