mfd: fix comment
authorAntonio Ospite <ao2@ao2.it>
Wed, 4 Jun 2014 12:03:46 +0000 (14:03 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 19 Jun 2014 13:23:36 +0000 (15:23 +0200)
Signed-off-by: Antonio Ospite <ao2@ao2.it>
Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/mfd/intel_msic.c

index 049fd23..443e7cd 100644 (file)
@@ -27,7 +27,7 @@
 
 /*
  * MSIC interrupt tree is readable from SRAM at INTEL_MSIC_IRQ_PHYS_BASE.
- * Since IRQ block starts from address 0x002 we need to substract that from
+ * Since IRQ block starts from address 0x002 we need to subtract that from
  * the actual IRQ status register address.
  */
 #define MSIC_IRQ_STATUS(x)     (INTEL_MSIC_IRQ_PHYS_BASE + ((x) - 2))