diff options
-rw-r--r-- | arch/x86/machine/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/machine/acpi.c b/arch/x86/machine/acpi.c index dabc7f34..77202267 100644 --- a/arch/x86/machine/acpi.c +++ b/arch/x86/machine/acpi.c @@ -693,7 +693,7 @@ error: * For the sake of simplicity, it has been decided to ignore legacy * specifications such as the multiprocessor specification, and use * ACPI only. If ACPI is unavailable, consider the APIC system to - * be missing and fall back to using the legaxy XT-PIC. + * be missing and fall back to using the legacy XT-PIC. */ pic_setup(); return 0; |