summaryrefslogtreecommitdiff
path: root/src/console/vsprintf.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-07-26 15:05:40 +0000
committerStefan Reinauer <stepan@openbios.org>2009-07-26 15:05:40 +0000
commitfc4226c5639031bd9d27b6a1026b05a1785b11fd (patch)
tree01810fef8159d7e4c968291b13c65855ff104385 /src/console/vsprintf.c
parentf64893a94ffb2b7d79364736fc10aebe9bd9176e (diff)
downloadcoreboot-fc4226c5639031bd9d27b6a1026b05a1785b11fd.tar.xz
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
Diffstat (limited to 'src/console/vsprintf.c')
-rw-r--r--src/console/vsprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/vsprintf.c b/src/console/vsprintf.c
index 1cfb91f02c..bfa6ffebab 100644
--- a/src/console/vsprintf.c
+++ b/src/console/vsprintf.c
@@ -17,7 +17,7 @@ int vsprintf(char * buf, const char *fmt, va_list args)
{
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)