[coreboot] [v2] r4467 - trunk/coreboot-v2/src/console

svn at coreboot.org svn at coreboot.org
Sun Jul 26 17:05:40 CEST 2009


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 <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



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)





More information about the coreboot mailing list