From d172be1fd0e95f453212ff9924db8e81bb57d6d5 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Mon, 8 Sep 2008 06:29:24 +0000 Subject: [PATCH] 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 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");