diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2008-08-19 22:28:24 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2008-08-19 22:28:24 +0000 |
| commit | de32615879de50c0905bfd06bbe89615ae58a996 (patch) | |
| tree | c5aaa163f785e4a342c2c499ca030724b9d4e18d | |
| parent | 5385196376976c6b56a2889a6081587daa189ad6 (diff) | |
Notes
| -rw-r--r-- | sys/dev/acpi_support/acpi_asus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpi_support/acpi_asus.c b/sys/dev/acpi_support/acpi_asus.c index f6b33f439a02..b81bfb25a225 100644 --- a/sys/dev/acpi_support/acpi_asus.c +++ b/sys/dev/acpi_support/acpi_asus.c @@ -291,7 +291,7 @@ static struct acpi_asus_model acpi_asus_models[] = { }, { .name = "L8L" - /* Only has hotkeys, apparantly */ + /* Only has hotkeys, apparently */ }, { .name = "M1A", |
