https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f9ad05e7f1c67fc05c32fa...
commit f9ad05e7f1c67fc05c32fa4e89f7c73a2420df5f Author: winesync ros-dev@reactos.org AuthorDate: Fri Sep 11 15:55:45 2020 +0200 Commit: Jérôme Gardou jerome.gardou@reactos.org CommitDate: Wed Sep 16 10:35:40 2020 +0200
[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 --- dll/win32/dbghelp/symbol.c | 4 ++-- sdk/tools/winesync/dbghelp.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dll/win32/dbghelp/symbol.c b/dll/win32/dbghelp/symbol.c index bdb321bd96a..450e35faf70 100644 --- a/dll/win32/dbghelp/symbol.c +++ b/dll/win32/dbghelp/symbol.c @@ -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; } diff --git a/sdk/tools/winesync/dbghelp.cfg b/sdk/tools/winesync/dbghelp.cfg index 97e98a51f55..1d15e66a919 100644 --- a/sdk/tools/winesync/dbghelp.cfg +++ b/sdk/tools/winesync/dbghelp.cfg @@ -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