From 68d1af65a895fd51f731e1a89dc4f9329224810f Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 8 Sep 2008 06:29:24 +0000 Subject: Fix a typo in a comment in the ACPI Fujitsu driver. The word "hotkys" should read "hotkeys". Submitted by: Jille Timmermans --- sys/dev/acpi_support/acpi_fujitsu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.1