winebuild: Fix a spelling error in a comment.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2020-07-07 18:56:19 -05:00 committed by Alexandre Julliard
parent e0e3b6bc91
commit d33474fa6b
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ static const char * const FlagNames[] =
"ordinal", /* FLAG_ORDINAL */ "ordinal", /* FLAG_ORDINAL */
"thiscall", /* FLAG_THISCALL */ "thiscall", /* FLAG_THISCALL */
"fastcall", /* FLAG_FASTCALL */ "fastcall", /* FLAG_FASTCALL */
"syscall", /* FLAG_SYCALL */ "syscall", /* FLAG_SYSCALL */
"import", /* FLAG_IMPORT */ "import", /* FLAG_IMPORT */
NULL NULL
}; };