diff options
author | Colin Ian King <[email protected]> | 2013-04-12 00:25:10 +0000 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2013-04-12 13:29:47 +0200 |
commit | b07a383f46bafaf8a0607096aa75590ec962541f (patch) | |
tree | eb8c9481e43888a4ad45ddf1f4f8b5bc87b675fd | |
parent | 0cb91bd898ae650c19f5c2ae484f8524df4b402d (diff) |
ACPICA: Fix a typo in a function header, no functional change
Reported by Colin King.
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Lv Zheng <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
-rw-r--r-- | drivers/acpi/acpica/evevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/evevent.c b/drivers/acpi/acpica/evevent.c index 02219ffba8b6..83cd45f4a870 100644 --- a/drivers/acpi/acpica/evevent.c +++ b/drivers/acpi/acpica/evevent.c @@ -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. * ******************************************************************************/ |