diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-10-01 15:49:32 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-10-01 15:49:32 +0000 |
| commit | feb2449610f80a7aab6b7b91cb268cc1a026e4ac (patch) | |
| tree | 7a8980d3abf7306e7aac11ce03af7cd44208cd93 | |
| parent | 8d3574c7a41cc00fbcad7546b27960d31af52abe (diff) | |
Notes
| -rw-r--r-- | sys/kern/subr_trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
