From 523876409cae64dd3a752123864d27b0f3129452 Mon Sep 17 00:00:00 2001 From: Rena Kunisaki Date: Sun, 29 Jan 2023 10:18:50 -0500 Subject: [PATCH] remove incorrect comment --- src/printf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/printf.c b/src/printf.c index 3dec7a80..e6aae45d 100644 --- a/src/printf.c +++ b/src/printf.c @@ -135,8 +135,6 @@ void func_800B4A08(s32 arg0) { D_800E2EF0 = arg0; } -//this is actually sprintf. -//what we call sprintf is vsprintf. void func_800B4A14(char *s, char *format, ...) { va_list args; va_start(args, format);