aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x60/acpi/gpe.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/x60/acpi/gpe.asl')
-rw-r--r--src/mainboard/lenovo/x60/acpi/gpe.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x60/acpi/gpe.asl b/src/mainboard/lenovo/x60/acpi/gpe.asl
index 5c900ca3a9..3b45262652 100644
--- a/src/mainboard/lenovo/x60/acpi/gpe.asl
+++ b/src/mainboard/lenovo/x60/acpi/gpe.asl
@@ -20,7 +20,7 @@ Scope (\_GPE)
{
/* Read EC register to clear wake status */
Store(\_SB.PCI0.LPCB.EC.WAKE, Local0)
- /* So that we don't get a warning that Local0 is unused. */
+ /* So that we don't get a warning that Local0 is unused. */
Increment (Local0)
}
}