From 9d1d0ad1236d3c2d85e6c244d148f5ae8f589631 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 20 Jan 2015 15:52:41 -0600 Subject: fix typo in printf --- toys/posix/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/printf.c') diff --git a/toys/posix/printf.c b/toys/posix/printf.c index 5fec4f96..1c2c5471 100644 --- a/toys/posix/printf.c +++ b/toys/posix/printf.c @@ -22,7 +22,7 @@ config PRINTF #define FOR_printf #include "toys.h" -// Detect matching character (return true/valse) and advance pointer if match. +// Detect matching character (return true/false) and advance pointer if match. static int eat(char **s, char c) { int x = (**s == c); -- cgit v1.2.3