Module: wine Branch: master Commit: ab4665f4ae3c67317e21d42868cae0af72ffcb7a URL: https://source.winehq.org/git/wine.git/?a=commit;h=ab4665f4ae3c67317e21d4286...
Author: Francois Gouget fgouget@free.fr Date: Tue Apr 14 16:57:21 2020 +0200
dbghelp: Fix the spelling of a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dbghelp/elf_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/dbghelp/elf_module.c b/dlls/dbghelp/elf_module.c index ab2a693eca..00e5c12c2e 100644 --- a/dlls/dbghelp/elf_module.c +++ b/dlls/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). */