mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
AK: Fix a comment typo
This commit is contained in:
parent
b0c0ebc543
commit
a934fa3d28
Notes:
sideshowbarker
2024-07-17 07:25:39 +09:00
Author: https://github.com/nico
Commit: a934fa3d28
Pull-request: https://github.com/SerenityOS/serenity/pull/15411
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue