From feb2449610f80a7aab6b7b91cb268cc1a026e4ac Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 1 Oct 2002 15:49:32 +0000 Subject: [PATCH] Minor style nits in a comment. --- sys/kern/subr_trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index ae0170b394f8..4fc6f81eaecc 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -118,7 +118,7 @@ userret(td, frame, oticks) } /* - * DO special thread processing, e.g. upcall tweaking and such + * Do special thread processing, e.g. upcall tweaking and such. */ if (p->p_flag & P_KSES) { thread_userret(td, frame);