[WINESYNC] dbghelp: Spelling fixes in a couple of comments.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id ab71398eb09d24f9f99b6266cb3005faea7a448f by Francois Gouget <fgouget@free.fr>
This commit is contained in:
winesync 2020-09-11 15:55:45 +02:00 committed by Jérôme Gardou
parent 34d40a5f3d
commit f9ad05e7f1
2 changed files with 3 additions and 3 deletions

View file

@ -874,7 +874,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;
@ -894,7 +894,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;
}

View file

@ -4,4 +4,4 @@ files:
include/dbghelp.h: sdk/include/psdk/dbghelp.h
include/wine/mscvpdb.h: sdk/include/reactos/wine/mscvpdb.h
tags:
wine: b90bbcbe750f6af0ce13f2577984f4818e05a013
wine: ab71398eb09d24f9f99b6266cb3005faea7a448f