summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_trap.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-10-01 15:49:32 +0000
committerjhb <jhb@FreeBSD.org>2002-10-01 15:49:32 +0000
commitcb9df846441078b6cc71f84b5d9fda975f796647 (patch)
tree7a8980d3abf7306e7aac11ce03af7cd44208cd93 /sys/kern/subr_trap.c
parentb55fa4540e1934439af02c5970859d779bba4360 (diff)
downloadFreeBSD-src-cb9df846441078b6cc71f84b5d9fda975f796647.zip
FreeBSD-src-cb9df846441078b6cc71f84b5d9fda975f796647.tar.gz
Minor style nits in a comment.
Diffstat (limited to 'sys/kern/subr_trap.c')
-rw-r--r--sys/kern/subr_trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c
index ae0170b..4fc6f81 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);
OpenPOWER on IntegriCloud