[PATCH] kernel32/tests: Fix the spelling of a comment.

Francois Gouget fgouget at free.fr
Fri May 14 10:12:22 CDT 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 55f92a5acd3..467aec11105 100644
--- a/dlls/kernel32/tests/debugger.c
+++ b/dlls/kernel32/tests/debugger.c
@@ -1868,7 +1868,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);
-- 
2.20.1




More information about the wine-devel mailing list