Michael Stefaniuc : winedbg: Fix the spelling of a comment.
Module: wine Branch: master Commit: 12e085d7e60370b5284c2040150480ec296e8653 URL: https://source.winehq.org/git/wine.git/?a=commit;h=12e085d7e60370b5284c20401... Author: Michael Stefaniuc <mstefani(a)winehq.org> Date: Tue Jun 4 20:28:23 2019 +0200 winedbg: Fix the spelling of a comment. Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- programs/winedbg/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winedbg/memory.c b/programs/winedbg/memory.c index f3585f2..053ace9 100644 --- a/programs/winedbg/memory.c +++ b/programs/winedbg/memory.c @@ -491,7 +491,7 @@ static void print_typed_basic(const struct dbg_lvalue* lvalue) WideCharToMultiByte(CP_ACP, 0, ptr, -1, tmp, sizeof(tmp), NULL, NULL); HeapFree(GetProcessHeap(), 0, ptr); dbg_printf("%s", tmp); - count = 0; /* so that we'll get away from outter loop */ + count = 0; /* so that we'll get away from outer loop */ break; } }
participants (1)
-
Alexandre Julliard