From 57dbcb11dba1744afe5292a371ea077ae1f67c20 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 23 Jun 2005 21:55:43 +0000 Subject: [PATCH] Fix a typo in a comment. Approved by: re (scottl) --- sys/kern/kern_kse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_kse.c b/sys/kern/kern_kse.c index feee12b033aa..5f493137e4a6 100644 --- a/sys/kern/kern_kse.c +++ b/sys/kern/kern_kse.c @@ -1304,7 +1304,7 @@ thread_userret(struct thread *td, struct trapframe *frame) thread_export_context(td, 0); /* * There is something to report, and we own an upcall - * strucuture, we can go to userland. + * structure, we can go to userland. * Turn ourself into an upcall thread. */ td->td_pflags |= TDP_UPCALLING;