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>
This commit is contained in:
Paul Menzel 2014-08-15 15:58:36 +02:00 committed by Edward O'Callaghan
parent becf739b2e
commit e4340b52ce
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Scope (\_SI)
If (LEqual (Arg0, 2)) { If (LEqual (Arg0, 2)) {
/* waking state */ /* waking state */
/* power LED om */ /* power LED on */
\_SB.PCI0.LPCB.EC.LED(0x80) \_SB.PCI0.LPCB.EC.LED(0x80)
/* suspend LED blinking */ /* suspend LED blinking */
\_SB.PCI0.LPCB.EC.LED(0xc7) \_SB.PCI0.LPCB.EC.LED(0xc7)