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

dbghelp: Fix a typo in a comment.

parent 98d7826d
......@@ -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);
/*
......
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