diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2014-08-15 15:58:36 +0200 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-08-23 06:41:49 +0200 |
commit | e4340b52ced8bddc796d15cce4c1a154c98dcabd (patch) | |
tree | 23ded95545fe0d914c651114ace2c52500a55dd5 /src | |
parent | becf739b2ea49529d4c161804fe4d469b4e4ff6c (diff) |
ec/lenovo/h8/acpi/systemstatus.asl: Fix typo in o*n* in comment
Change-Id: I655536f64faaa7e1600d4fec62ba80730e2cc45a
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/6674
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src')
-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) |