]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ACPICA: Fix a typo in a function header, no functional change
authorColin Ian King <colin.king@canonical.com>
Fri, 12 Apr 2013 00:25:10 +0000 (00:25 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 12 Apr 2013 11:29:47 +0000 (13:29 +0200)
Reported by Colin King.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/evevent.c

index 02219ffba8b67566ab7a186bc9acca4d6d40ae28..83cd45f4a8703f5cba5a613c2bad0030112759d8 100644 (file)
@@ -258,7 +258,7 @@ u32 acpi_ev_fixed_event_detect(void)
  * DESCRIPTION: Clears the status bit for the requested event, calls the
  *              handler that previously registered for the event.
  *              NOTE: If there is no handler for the event, the event is
- *              disabled to prevent futher interrupts.
+ *              disabled to prevent further interrupts.
  *
  ******************************************************************************/