AK: Fix a comment typo

This commit is contained in:
Nico Weber 2022-09-30 23:03:06 -04:00 committed by Brian Gianforcaro
parent b0c0ebc543
commit a934fa3d28

View file

@ -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