From a7f0dc8c3b23cc7dd2a95ec9c1410ca4ba3d7baf Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Mon, 16 May 2016 16:42:44 +0300 Subject: [PATCH] kernel32/tests: Fix a typo in comment. Signed-off-by: Andrey Gusev Signed-off-by: Alexandre Julliard --- dlls/kernel32/tests/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/kernel32/tests/process.c b/dlls/kernel32/tests/process.c index 2631aa30fe6..61dcdc2b7de 100644 --- a/dlls/kernel32/tests/process.c +++ b/dlls/kernel32/tests/process.c @@ -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 */,