From fd72d5a838875d02277099eee065faed77d4eecb Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 12 Feb 2013 12:30:26 +0100 Subject: Google Butterfly: acpi/thermal.asl: Fix typo »The*re* is no …« MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The commit introducing support for the Google Butterfly Chromebook commit d7bd4eb003f5b6a13943418ae0ac53248a2e34d2 Author: Stefan Reinauer 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 Reviewed-on: http://review.coreboot.org/2373 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie Reviewed-by: Peter Stuge --- src/mainboard/google/butterfly/acpi/thermal.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/butterfly/acpi') 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). } } -- cgit v1.2.3