New patch to review for coreboot: dcae3df Google Butterfly: acpi/thermal.asl: Fix typo »The*re* is no …«

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Tue Feb 12 13:51:57 CET 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2373

-gerrit

commit dcae3df68921d301c633be2aa983e6ecbd8251ad
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Tue Feb 12 12:30:26 2013 +0100

    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 at 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 at users.sourceforge.net>
---
 src/mainboard/google/butterfly/acpi/thermal.asl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/butterfly/acpi/thermal.asl b/src/mainboard/google/butterfly/acpi/thermal.asl
index 5e0dd43..382ece9 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).
 	}
 }
 



More information about the coreboot mailing list