summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2014-08-15 15:58:36 +0200
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-08-23 06:41:49 +0200
commite4340b52ced8bddc796d15cce4c1a154c98dcabd (patch)
tree23ded95545fe0d914c651114ace2c52500a55dd5
parentbecf739b2ea49529d4c161804fe4d469b4e4ff6c (diff)
downloadcoreboot-e4340b52ced8bddc796d15cce4c1a154c98dcabd.tar.gz
coreboot-e4340b52ced8bddc796d15cce4c1a154c98dcabd.tar.bz2
coreboot-e4340b52ced8bddc796d15cce4c1a154c98dcabd.zip
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>
-rw-r--r--src/ec/lenovo/h8/acpi/systemstatus.asl2
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 17e8ba799d02..d914e8b0b6de 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)