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);