Module: wine Branch: master Commit: b25b2ed31a53a3eb03200483b32499d21fc8afe2 URL: https://gitlab.winehq.org/wine/wine/-/commit/b25b2ed31a53a3eb03200483b32499d...
Author: Francois Gouget fgouget@free.fr Date: Mon Aug 8 09:37:48 2022 +0200
dbghelp: Fix a couple of spelling errors in a comment.
---
dlls/dbghelp/msc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/dbghelp/msc.c b/dlls/dbghelp/msc.c index 2fca1f229d1..a51f482cc6f 100644 --- a/dlls/dbghelp/msc.c +++ b/dlls/dbghelp/msc.c @@ -2579,8 +2579,8 @@ static BOOL codeview_snarf(const struct msc_debug_info* msc_dbg, break; case S_LOCAL: /* FIXME: don't store global/static variables accessed through registers... we don't support that - * in locals... anyway, global data record should be present as well (so variable will be avaible - * through global defintion, but potentially not updated) + * in locals... anyway, global data record should be present as well (so the variable will be available + * through the global definition, but potentially not updated) */ if (!sym->local_v3.varflags.enreg_global && !sym->local_v3.varflags.enreg_static) {