Commit 12e085d7 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

winedbg: Fix the spelling of a comment.

parent 594a5878
...@@ -491,7 +491,7 @@ static void print_typed_basic(const struct dbg_lvalue* lvalue) ...@@ -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); WideCharToMultiByte(CP_ACP, 0, ptr, -1, tmp, sizeof(tmp), NULL, NULL);
HeapFree(GetProcessHeap(), 0, ptr); HeapFree(GetProcessHeap(), 0, ptr);
dbg_printf("%s", tmp); 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; break;
} }
} }
......
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