mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
[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:
parent
34d40a5f3d
commit
f9ad05e7f1
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue