diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2025-07-29 23:32:24 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2025-08-01 00:23:01 +0000 |
| commit | 3a54914b0e52ebe07c8f03ef53b73a1f5c5d0776 (patch) | |
| tree | 259978b2654d5f69af5cddae5b757e30d2316c50 | |
| parent | 30218eb7c4bcc8d49dc09a3e3001c64588af2e05 (diff) | |
kern/kern_thread.c: fix typo in comment
(cherry picked from commit a0041aee49bebd306179382658bcf965e6db5aef)
| -rw-r--r-- | sys/kern/kern_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |
