From e4340b52ced8bddc796d15cce4c1a154c98dcabd Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 15 Aug 2014 15:58:36 +0200 Subject: ec/lenovo/h8/acpi/systemstatus.asl: Fix typo in o*n* in comment Change-Id: I655536f64faaa7e1600d4fec62ba80730e2cc45a Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/6674 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/ec/lenovo/h8/acpi/systemstatus.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ec') 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) -- cgit v1.2.3