Commit ab4665f4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dbghelp: Fix the spelling of a comment.

parent 3462153a
......@@ -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). */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment