14 Feb
2023
14 Feb
'23
1:30 a.m.
From: Francois Gouget <fgouget(a)free.fr> --- dlls/dbghelp/msc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dbghelp/msc.c b/dlls/dbghelp/msc.c index d4aef183677..56a47ab7dac 100644 --- a/dlls/dbghelp/msc.c +++ b/dlls/dbghelp/msc.c @@ -2276,7 +2276,7 @@ static BOOL codeview_snarf(const struct msc_debug_info* msc_dbg, struct symt_compiland* compiland = NULL; struct location loc; - /* overwrite compiland name from outter context (if any) */ + /* overwrite compiland name from outer context (if any) */ if (objname) compiland = codeview_new_compiland(msc_dbg, objname); /* -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/2179