Browse Source

ARM: zynq: PM: Fixed simple typo.

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Moritz Fischer 10 years ago
parent
commit
bb9cac24d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-zynq/pm.c

+ 1 - 1
arch/arm/mach-zynq/pm.c

@@ -61,7 +61,7 @@ static void __iomem *zynq_pm_ioremap(const char *comp)
 /**
  * zynq_pm_late_init() - Power management init
  *
- * Initialization of power management related featurs and infrastructure.
+ * Initialization of power management related features and infrastructure.
  */
 void __init zynq_pm_late_init(void)
 {