diff options
author | ed <ed@FreeBSD.org> | 2008-09-08 06:29:24 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2008-09-08 06:29:24 +0000 |
commit | 68d1af65a895fd51f731e1a89dc4f9329224810f (patch) | |
tree | 23a6439760e893daf43e6e286c0bcf77357ff824 /sys/dev | |
parent | 7646af6a7df1e62e310a81357e88deac99ab90ea (diff) | |
download | FreeBSD-src-68d1af65a895fd51f731e1a89dc4f9329224810f.zip FreeBSD-src-68d1af65a895fd51f731e1a89dc4f9329224810f.tar.gz |
Fix a typo in a comment in the ACPI Fujitsu driver.
The word "hotkys" should read "hotkeys".
Submitted by: Jille Timmermans <jille quis cx>
Diffstat (limited to 'sys/dev')
-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 7d50909..5de365a 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"); |