Andrey Gusev : kernel32/tests: Fix a typo in comment.

Alexandre Julliard julliard at wine.codeweavers.com
Tue May 17 11:19:38 CDT 2016


Module: wine
Branch: master
Commit: a7f0dc8c3b23cc7dd2a95ec9c1410ca4ba3d7baf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a7f0dc8c3b23cc7dd2a95ec9c1410ca4ba3d7baf

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Mon May 16 16:42:44 2016 +0300

kernel32/tests: Fix a typo in comment.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 */,




More information about the wine-cvs mailing list