From 9145ad3f0ae917e6daddbceaa541dfbe208a3bc5 Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Wed, 25 Jul 2012 16:01:38 -0700 Subject: vfprintf: fix spelling. Change-Id: I6dc611143fb1f3e9ccf0a77b40ee48a3c1d72ca9 --- libc/stdio/vfprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio') diff --git a/libc/stdio/vfprintf.c b/libc/stdio/vfprintf.c index dac8496..427fc7f 100644 --- a/libc/stdio/vfprintf.c +++ b/libc/stdio/vfprintf.c @@ -559,7 +559,7 @@ reswitch: switch (ch) { #endif /* FLOATING_POINT */ /* the Android security team suggests removing support for %n * since it has no real practical value, and could lead to - * running malicious code (for really bugy programs that + * running malicious code (for really buggy programs that * send to printf() user-generated formatting strings). */ #if 0 -- cgit v1.1