[PATCH] ntdll/tests: A spelling fix in a comment.

Francois Gouget fgouget at free.fr
Thu Aug 8 08:17:49 CDT 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/ntdll/tests/pipe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/tests/pipe.c b/dlls/ntdll/tests/pipe.c
index 8448bab768f..a70f19b0563 100644
--- a/dlls/ntdll/tests/pipe.c
+++ b/dlls/ntdll/tests/pipe.c
@@ -1404,7 +1404,7 @@ static void test_completion(void)
     port = CreateIoCompletionPort(client, NULL, 0xdeadbeef, 0);
     ok(port != NULL, "CreateIoCompletionPort failed, error %u\n", GetLastError());
 
-    /* skipping completion on succcess: handle is signaled */
+    /* skipping completion on success: handle is signaled */
     info.Flags = FILE_SKIP_COMPLETION_PORT_ON_SUCCESS;
     status = pNtSetInformationFile(client, &io, &info, sizeof(info), FileIoCompletionNotificationInformation);
     ok(status == STATUS_SUCCESS, "expected STATUS_SUCCESS, got %08x\n", status);
-- 
2.20.1




More information about the wine-devel mailing list