Commit e1821ddc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

kernel32/tests: Fix the spelling of a comment.

parent 87e1e435
......@@ -1864,7 +1864,7 @@ static void test_debugger(const char *argv0)
next_event(&ctx, POLL_EVENT_TIMEOUT);
/* try single step while debugee is in a syscall */
/* try single step while debuggee is in a syscall */
fetch_thread_context(ctx.main_thread);
orig_context = ctx.main_thread->ctx;
ip = get_ip(&ctx.main_thread->ctx);
......
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