https://git.reactos.org/?p=reactos.git;a=commitdiff;h=76ecb16c9683bc27eb6518a9572696a162712691
commit 76ecb16c9683bc27eb6518a9572696a162712691 Author: winesync <[email protected]> AuthorDate: Fri Sep 11 19:12:16 2020 +0200 Commit: Jérôme Gardou <[email protected]> CommitDate: Wed Sep 16 10:36:00 2020 +0200 [WINESYNC] dbghelp: Fix the spelling of a comment. Signed-off-by: Francois Gouget <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> wine commit id ab4665f4ae3c67317e21d42868cae0af72ffcb7a by Francois Gouget <[email protected]> --- dll/win32/dbghelp/elf_module.c | 2 +- sdk/tools/winesync/dbghelp.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dll/win32/dbghelp/elf_module.c b/dll/win32/dbghelp/elf_module.c index ab2a693ecaf..00e5c12c2e6 100644 --- a/dll/win32/dbghelp/elf_module.c +++ b/dll/win32/dbghelp/elf_module.c @@ -105,7 +105,7 @@ struct elf_module_info #define ELF_SHT_FINI_ARRAY 15 /* Array of destructors */ #define ELF_SHT_PREINIT_ARRAY 16 /* Array of pre-constructors */ #define ELF_SHT_GROUP 17 /* Section group */ -#define ELF_SHT_SYMTAB_SHNDX 18 /* Extended section indeces */ +#define ELF_SHT_SYMTAB_SHNDX 18 /* Extended section indices */ #define ELF_SHT_NUM 19 /* Number of defined types. */ /* Legal values for ST_TYPE subfield of st_info (symbol type). */ diff --git a/sdk/tools/winesync/dbghelp.cfg b/sdk/tools/winesync/dbghelp.cfg index e8df9235796..29c754ab814 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: 2b0977fc711e1faadfef69e3a46c2d1848b4826b + wine: ab4665f4ae3c67317e21d42868cae0af72ffcb7a
