mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WINESYNC] dbghelp: Spelling fixes in a couple of comments.
Signed-off-by: Francois Gouget <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> wine commit id ab71398eb09d24f9f99b6266cb3005faea7a448f by Francois Gouget <[email protected]>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user