git: 3a54914b0e52 - stable/14 - kern/kern_thread.c: fix typo in comment

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Fri, 01 Aug 2025 00:23:44 UTC
The branch stable/14 has been updated by kib:

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

commit 3a54914b0e52ebe07c8f03ef53b73a1f5c5d0776
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-07-29 23:32:24 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-08-01 00:23:01 +0000

    kern/kern_thread.c: fix typo in comment
    
    (cherry picked from commit a0041aee49bebd306179382658bcf965e6db5aef)
---
 sys/kern/kern_thread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c
index d0a5a7ffac61..ec9127939f31 100644
--- a/sys/kern/kern_thread.c
+++ b/sys/kern/kern_thread.c
@@ -569,7 +569,7 @@ threadinit(void)
 
 	/*
 	 * Thread structures are specially aligned so that (at least) the
-	 * 5 lower bits of a pointer to 'struct thead' must be 0.  These bits
+	 * 5 lower bits of a pointer to 'struct thread' must be 0.  These bits
 	 * are used by synchronization primitives to store flags in pointers to
 	 * such structures.
 	 */