Commit b25b2ed3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dbghelp: Fix a couple of spelling errors in a comment.

parent a9e28f13
......@@ -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)
{
......
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