Browse Source

fix typos concerning "precedence"

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Uwe Kleine-König 15 years ago
parent
commit
bd06cac82c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/sh/kernel/clkdev.c

+ 1 - 1
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)
 {