trivial typo in a comment

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



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4467 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2009-07-26 15:05:40 +00:00 committed by Stefan Reinauer
parent f64893a94f
commit fc4226c563
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ int vsprintf(char * buf, const char *fmt, va_list args)
{ {
char *str_buf; char *str_buf;
/* this function is only used by vsprint. /* this function is only used by vsprintf.
To keep str_buf local (for reentrancy To keep str_buf local (for reentrancy
and to avoid .bss use, nest it */ and to avoid .bss use, nest it */
void str_tx_byte(unsigned char byte) void str_tx_byte(unsigned char byte)