arm: plat-spear: fix typo in kerneldoc
authorDavidlohr Bueso <dave.bueso@gmail.com>
Tue, 13 Jul 2010 09:54:08 +0000 (05:54 -0400)
committerJiri Kosina <jkosina@suse.cz>
Mon, 19 Jul 2010 09:04:14 +0000 (11:04 +0200)
Trivial fix in a typo (enalbed for enabled).

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/arm/plat-spear/padmux.c

index d2aab3a..555eec6 100644 (file)
@@ -66,7 +66,7 @@ static int pmx_mode_set(struct pmx_mode *mode)
  * If peripheral is not supported by current mode then request is rejected.
  * Conflicts between peripherals are not handled and peripherals will be
  * enabled in the order they are present in pmx_dev array.
- * In case of conflicts last peripheral enalbed will be present.
+ * In case of conflicts last peripheral enabled will be present.
  * Returns -ve on Err otherwise 0
  */
 static int pmx_devs_enable(struct pmx_dev **devs, u8 count)