elf(3): Fix a typo in a sysctl description

- s/segement/segment/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-11-30 10:38:34 +01:00
parent 1dadeab367
commit c8ca80e223

View File

@ -516,7 +516,7 @@ elf_puthdr(int efd, pid_t pid, struct map_entry *map, void *hdr, size_t hdrsize,
*/
phdr = (Elf_Phdr *)((char *)hdr + ehdr->e_phoff);
/* The note segement. */
/* The note segment. */
phdr->p_type = PT_NOTE;
phdr->p_offset = hdrsize;
phdr->p_vaddr = 0;