winedbg: Fix the spelling of a comment.

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Michael Stefaniuc 2019-06-04 20:28:23 +02:00 committed by Alexandre Julliard
parent 594a5878d0
commit 12e085d7e6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}