[coreboot] [FILO] r111 - trunk/filo/drivers

repository service svn at coreboot.org
Fri Mar 26 12:50:56 CET 2010


Author: stepan
Date: Fri Mar 26 12:50:53 2010
New Revision: 111
URL: http://tracker.coreboot.org/trac/filo/changeset/111

Log:
fix typo in comment

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/filo/drivers/intel.c

Modified: trunk/filo/drivers/intel.c
==============================================================================
--- trunk/filo/drivers/intel.c	Fri Mar 26 12:49:05 2010	(r110)
+++ trunk/filo/drivers/intel.c	Fri Mar 26 12:50:53 2010	(r111)
@@ -148,7 +148,7 @@
 	outw(PWRBTN_STS, pmbase + PM1_STS);
 
         /* PMBASE + 4, Bit 10-12, Sleeping Type,
-	 * set to 110 -> S5, soft_off */
+	 * set to 111 -> S5, soft_off */
 
 	reg32 = inl(pmbase + PM1_CNT);
 




More information about the coreboot mailing list