From c34fd952a56bdfc137b65169512f8eb7f7e3a8ad Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 2 Jul 2024 21:56:31 -0400 Subject: kernel/amd64: proc: Fix typo in comment Signed-off-by: Ian Moffett --- sys/arch/amd64/amd64/proc_machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch/amd64') diff --git a/sys/arch/amd64/amd64/proc_machdep.c b/sys/arch/amd64/amd64/proc_machdep.c index 723582b..ba65af4 100644 --- a/sys/arch/amd64/amd64/proc_machdep.c +++ b/sys/arch/amd64/amd64/proc_machdep.c @@ -116,7 +116,7 @@ setregs(struct proc *td, struct exec_prog *prog, uintptr_t stack) /* * Startup a user thread. * - * @td: Thead to start up. + * @td: Thread to start up. */ void md_td_kick(struct proc *td) -- cgit v1.2.3