The branch stable/15 has been updated by gbe:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=c58658ef0d497bb99ba8a7443a05a5ab171eb7c4

commit c58658ef0d497bb99ba8a7443a05a5ab171eb7c4
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2026-02-08 11:59:37 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2026-02-22 12:09:22 +0000

    kern: Fix a typo in a source code comment
    
    - s/segement/segment/
    
    (cherry picked from commit f87ab066722f3ffb19885ed501a7a136355340a2)
---
 sys/kern/imgact_elf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c
index f1d848e95f18..7410efca4807 100644
--- a/sys/kern/imgact_elf.c
+++ b/sys/kern/imgact_elf.c
@@ -1986,7 +1986,7 @@ __elfN(puthdr)(struct thread *td, void *hdr, size_t 
hdrsize, int numsegs,
         */
        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;

Reply via email to