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

dbghelp: Spelling fixes in a couple of comments.

parent 20ab5230
......@@ -850,7 +850,7 @@ static void symt_get_length(struct module* module, const struct symt* symt, ULON
*size = 0x1000; /* arbitrary value */
}
/* neede by symt_find_nearest */
/* needed by symt_find_nearest */
static int symt_get_best_at(struct module* module, int idx_sorttab)
{
ULONG64 ref_addr;
......@@ -870,7 +870,7 @@ static int symt_get_best_at(struct module* module, int idx_sorttab)
!cmp_sorttab_addr(module, idx_sorttab + 1, ref_addr))
idx_sorttab++;
}
/* if no better symbol fond restore original */
/* if no better symbol was found restore the original */
if (module->addr_sorttab[idx_sorttab]->symt.tag == SymTagPublicSymbol)
idx_sorttab = idx_sorttab_orig;
}
......
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