ARM: imx: Fix trivial typo in comments
authorYannick Guerrini <yguerrini@tomshardware.fr>
Mon, 2 Mar 2015 14:45:05 +0000 (15:45 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 3 Mar 2015 04:05:46 +0000 (12:05 +0800)
change 'mutliple' to 'multiple'

Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/iomux-mx3.h
arch/arm/mach-imx/iomux-v3.h

index 0a5adba61e0b989e84604e95ecb2f2a9daa11113..2e4a0ddca76c29e5a98c8554f789293b394a3ad2 100644 (file)
@@ -114,7 +114,7 @@ enum iomux_gp_func {
  */
 int mxc_iomux_alloc_pin(unsigned int pin, const char *label);
 /*
- * setups mutliple pins
+ * setups multiple pins
  * convenient way to call the above function with tables
  */
 int mxc_iomux_setup_multiple_pins(const unsigned int *pin_list, unsigned count,
index 5f4bbf12483249dea78d813ccbc41c05b1ea0fd7..f79e165a3b3c28f25920f679ef51c37be1cb10a3 100644 (file)
@@ -128,7 +128,7 @@ typedef u64 iomux_v3_cfg_t;
 int mxc_iomux_v3_setup_pad(iomux_v3_cfg_t pad);
 
 /*
- * setups mutliple pads
+ * setups multiple pads
  * convenient way to call the above function with tables
  */
 int mxc_iomux_v3_setup_multiple_pads(const iomux_v3_cfg_t *pad_list,
This page took 0.02456 seconds and 5 git commands to generate.