Commit d33474fa authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

winebuild: Fix a spelling error in a comment.

parent e0e3b6bc
......@@ -70,7 +70,7 @@ static const char * const FlagNames[] =
"ordinal", /* FLAG_ORDINAL */
"thiscall", /* FLAG_THISCALL */
"fastcall", /* FLAG_FASTCALL */
"syscall", /* FLAG_SYCALL */
"syscall", /* FLAG_SYSCALL */
"import", /* FLAG_IMPORT */
NULL
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment