diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2008-09-08 06:29:24 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2008-09-08 06:29:24 +0000 |
| commit | d172be1fd0e95f453212ff9924db8e81bb57d6d5 (patch) | |
| tree | 23a6439760e893daf43e6e286c0bcf77357ff824 /sys/dev/acpi_support | |
| parent | 31dff47f01b77cae4dde508ea46945a49228d528 (diff) | |
Notes
Diffstat (limited to 'sys/dev/acpi_support')
| -rw-r--r-- | sys/dev/acpi_support/acpi_fujitsu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpi_support/acpi_fujitsu.c b/sys/dev/acpi_support/acpi_fujitsu.c index 7d509097aa50..5de365a060ce 100644 --- a/sys/dev/acpi_support/acpi_fujitsu.c +++ b/sys/dev/acpi_support/acpi_fujitsu.c @@ -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"); |
