diff --git a/AK/PrintfImplementation.h b/AK/PrintfImplementation.h index fdb1b026c9..03a00f58f9 100644 --- a/AK/PrintfImplementation.h +++ b/AK/PrintfImplementation.h @@ -465,7 +465,7 @@ struct VaArgNextArgument { { #ifdef AK_OS_WINDOWS // GCC on msys2 complains about the type of ap, - // so let's force the compiler to belive its a + // so let's force the compiler to believe it's a // va_list. return va_arg((va_list&)ap, T); #else