Module: wine Branch: master Commit: d9ccc8664c8aef3e50bac6bc2d1dfa404f9c6eb1 URL: https://gitlab.winehq.org/wine/wine/-/commit/d9ccc8664c8aef3e50bac6bc2d1dfa4...
Author: Francois Gouget fgouget@free.fr Date: Mon Feb 13 18:32:27 2023 +0100
dbghelp: Fix a typo in a comment.
---
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); /*