summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-07-14 11:31:06 +0200
committerRichard Braun <rbraun@sceen.net>2017-07-14 11:31:06 +0200
commit9afdf7bfc8f33e98cc175c854b511a7b90aa774b (patch)
tree93bc991a53d4aee0b15b77942d4d0bc2318cd6ea
parentd92b162087dc0d4791ba6d573a8d766e5f7290f2 (diff)
x86/acpi: fix typo
-rw-r--r--arch/x86/machine/acpi.c2
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;