Module: wine Branch: master Commit: e1821ddcaec29f36afde5f888b79ab4b9e678b4f URL: https://source.winehq.org/git/wine.git/?a=commit;h=e1821ddcaec29f36afde5f888...
Author: Francois Gouget fgouget@free.fr Date: Fri May 14 17:12:22 2021 +0200
kernel32/tests: Fix the spelling of a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/tests/debugger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/kernel32/tests/debugger.c b/dlls/kernel32/tests/debugger.c index d7760d67414..fc541e0c69f 100644 --- a/dlls/kernel32/tests/debugger.c +++ b/dlls/kernel32/tests/debugger.c @@ -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);