Author: stepan Date: 2009-07-26 17:05:40 +0200 (Sun, 26 Jul 2009) New Revision: 4467
Modified: trunk/coreboot-v2/src/console/vsprintf.c Log: trivial typo in a comment Signed-off-by: Stefan Reinauer <[email protected]> Acked-by: Stefan Reinauer <[email protected]> Modified: trunk/coreboot-v2/src/console/vsprintf.c =================================================================== --- trunk/coreboot-v2/src/console/vsprintf.c 2009-07-23 22:03:14 UTC (rev 4466) +++ trunk/coreboot-v2/src/console/vsprintf.c 2009-07-26 15:05:40 UTC (rev 4467) @@ -17,7 +17,7 @@ { char *str_buf; - /* this function is only used by vsprint. + /* this function is only used by vsprintf. To keep str_buf local (for reentrancy and to avoid .bss use, nest it */ void str_tx_byte(unsigned char byte) -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

