Commit 4392ee39 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll/tests: A spelling fix in a comment.

parent e9f5e26c
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment