remove incorrect comment

This commit is contained in:
Rena Kunisaki
2023-01-29 10:18:50 -05:00
parent f3da7f8f11
commit 523876409c
-2
View File
@@ -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);