SLOF/lib/libc/stdio
Thomas Huth 9604efb183 Fix typos in the remaining lib folders
Found with the "codespell" utility.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2023-02-28 16:12:57 +11:00
..
Makefile.inc libc: Add the snprintf() function 2018-05-29 19:06:14 +10:00
fileno.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
fprintf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
fscanf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
printf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
putc.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
putchar.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
puts.c libc: The arguments of puts() can be marked as "const" 2017-06-08 16:09:07 +10:00
scanf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
setvbuf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
snprintf.c libc: Add the snprintf() function 2018-05-29 19:06:14 +10:00
sprintf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
stdchnls.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
vfprintf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
vfscanf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
vsnprintf.c Fix typos in the remaining lib folders 2023-02-28 16:12:57 +11:00
vsprintf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
vsscanf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00