Michael Stefaniuc : winedbg: Fix the spelling of a comment.

Alexandre Julliard julliard at winehq.org
Tue Jun 4 16:28:14 CDT 2019


Module: wine
Branch: master
Commit: 12e085d7e60370b5284c2040150480ec296e8653
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=12e085d7e60370b5284c2040150480ec296e8653

Author: Michael Stefaniuc <mstefani at winehq.org>
Date:   Tue Jun  4 20:28:23 2019 +0200

winedbg: Fix the spelling of a comment.

Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
Signed-off-by: Alexandre Julliard <julliard at 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;
                             }
                         }




More information about the wine-cvs mailing list