summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2013-02-12 12:30:26 +0100
committerPeter Stuge <peter@stuge.se>2013-02-12 16:40:51 +0100
commitfd72d5a838875d02277099eee065faed77d4eecb (patch)
treed773d88acc9e7c6e4005164e83602facdfeb9114
parent1236b842347c1b0671aa56ed80fa0278ded8d6cc (diff)
downloadcoreboot-fd72d5a838875d02277099eee065faed77d4eecb.tar.xz
Google Butterfly: acpi/thermal.asl: Fix typo »The*re* is no …«
The commit introducing support for the Google Butterfly Chromebook commit d7bd4eb003f5b6a13943418ae0ac53248a2e34d2 Author: Stefan Reinauer <reinauer@chromium.org> Date: Mon Feb 11 11:11:36 2013 -0800 Add support for "Butterfly" Chromebook Reviewed-on: http://review.coreboot.org/2359 contains the typo, which is corrected now. Change-Id: I932f4cd248cac71c3ede39a7da97162e791827cb Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/2373 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Peter Stuge <peter@stuge.se>
-rw-r--r--src/mainboard/google/butterfly/acpi/thermal.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/butterfly/acpi/thermal.asl b/src/mainboard/google/butterfly/acpi/thermal.asl
index 5e0dd43e04..382ece9cba 100644
--- a/src/mainboard/google/butterfly/acpi/thermal.asl
+++ b/src/mainboard/google/butterfly/acpi/thermal.asl
@@ -75,7 +75,7 @@ Scope (\_TZ)
Return (Local0)
}
-// The EC does all fan control. The is no Active Cooling Fan control (_ACx).
+// The EC does all fan control. There is no Active Cooling Fan control (_ACx).
}
}