dbghelp: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2020-04-14 16:57:21 +02:00 committed by Alexandre Julliard
parent 3462153a05
commit ab4665f4ae
1 changed files with 1 additions and 1 deletions

View File

@ -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). */