kernel32/tests: Fix a typo in comment.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
85c67cca96
commit
a7f0dc8c3b
|
@ -2991,7 +2991,7 @@ static void test_process_info(void)
|
|||
sizeof(buf) /* ProcessHandleTracing */,
|
||||
sizeof(ULONG) /* ProcessIoPriority */,
|
||||
sizeof(ULONG) /* ProcessExecuteFlags */,
|
||||
#if 0 /* FIXME: Add remaning classes */
|
||||
#if 0 /* FIXME: Add remaining classes */
|
||||
ProcessResourceManagement,
|
||||
sizeof(ULONG) /* ProcessCookie */,
|
||||
sizeof(SECTION_IMAGE_INFORMATION) /* ProcessImageInformation */,
|
||||
|
|
Loading…
Reference in New Issue