kernel32/tests: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Mon May 16 08:43:58 CDT 2016


-------------- next part --------------
From 98e30c1ad3d43e0445ddf07a4146f0d0ec6efd90 Mon Sep 17 00:00:00 2001
Message-Id: <98e30c1ad3d43e0445ddf07a4146f0d0ec6efd90.1463406180.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Mon, 16 May 2016 16:42:44 +0300
Subject: [PATCH] kernel32/tests: Fix a typo in comment

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 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 2631aa3..61dcdc2 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 */,
-- 
2.5.5



More information about the wine-patches mailing list