Commit a7f0dc8c authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

kernel32/tests: Fix a typo in comment.

parent 85c67cca
...@@ -2991,7 +2991,7 @@ static void test_process_info(void) ...@@ -2991,7 +2991,7 @@ static void test_process_info(void)
sizeof(buf) /* ProcessHandleTracing */, sizeof(buf) /* ProcessHandleTracing */,
sizeof(ULONG) /* ProcessIoPriority */, sizeof(ULONG) /* ProcessIoPriority */,
sizeof(ULONG) /* ProcessExecuteFlags */, sizeof(ULONG) /* ProcessExecuteFlags */,
#if 0 /* FIXME: Add remaning classes */ #if 0 /* FIXME: Add remaining classes */
ProcessResourceManagement, ProcessResourceManagement,
sizeof(ULONG) /* ProcessCookie */, sizeof(ULONG) /* ProcessCookie */,
sizeof(SECTION_IMAGE_INFORMATION) /* ProcessImageInformation */, sizeof(SECTION_IMAGE_INFORMATION) /* ProcessImageInformation */,
......
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