elf(3): Fix a typo in a sysctl description
- s/segement/segment/ MFC after: 3 days
This commit is contained in:
parent
1dadeab367
commit
c8ca80e223
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user