Fix a typo in a comment in the ACPI Fujitsu driver.

The word "hotkys" should read "hotkeys".

Submitted by:	Jille Timmermans <jille quis cx>
This commit is contained in:
ed 2008-09-08 06:29:24 +00:00
parent 7646af6a7d
commit 68d1af65a8

View File

@ -245,7 +245,7 @@ acpi_fujitsu_attach(device_t dev)
AcpiInstallNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY,
acpi_fujitsu_notify_handler, sc);
/* Snag our default values for the hotkys / hotkey states. */
/* Snag our default values for the hotkeys / hotkey states. */
ACPI_SERIAL_BEGIN(fujitsu);
if (!acpi_fujitsu_init(sc))
device_printf(dev, "Couldn't initialize hotkey states!\n");