diff options
-rw-r--r-- | src/ec/lenovo/h8/acpi/systemstatus.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/lenovo/h8/acpi/systemstatus.asl b/src/ec/lenovo/h8/acpi/systemstatus.asl index 17e8ba799d..d914e8b0b6 100644 --- a/src/ec/lenovo/h8/acpi/systemstatus.asl +++ b/src/ec/lenovo/h8/acpi/systemstatus.asl @@ -45,7 +45,7 @@ Scope (\_SI) If (LEqual (Arg0, 2)) { /* waking state */ - /* power LED om */ + /* power LED on */ \_SB.PCI0.LPCB.EC.LED(0x80) /* suspend LED blinking */ \_SB.PCI0.LPCB.EC.LED(0xc7) |