mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 12:05:00 +00:00
AK: Fix a comment typo
This commit is contained in:
parent
b0c0ebc543
commit
a934fa3d28
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ struct VaArgNextArgument {
|
||||||
{
|
{
|
||||||
#ifdef AK_OS_WINDOWS
|
#ifdef AK_OS_WINDOWS
|
||||||
// GCC on msys2 complains about the type of ap,
|
// 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.
|
// va_list.
|
||||||
return va_arg((va_list&)ap, T);
|
return va_arg((va_list&)ap, T);
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue