kernel32/tests: A spelling fix in a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e878b79549
commit
8a19864b0f
|
@ -2933,7 +2933,7 @@ static void test_overlapped_transport(BOOL msg_mode, BOOL msg_read_mode)
|
|||
/* terminate process with pending write */
|
||||
create_overlapped_pipe(create_flags, &client, &server);
|
||||
process = create_writepipe_process(client);
|
||||
/* succesfully read part of write that is pending in child process */
|
||||
/* successfully read part of write that is pending in child process */
|
||||
res = ReadFile(server, buf, 10, &read_bytes, NULL);
|
||||
if(!msg_read_mode)
|
||||
ok(res, "ReadFile failed: %u\n", GetLastError());
|
||||
|
|
Loading…
Reference in New Issue