Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2013 18:04:10 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r248471 - head/sys/kern
Message-ID:  <201303181804.r2II4AjO040181@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Mon Mar 18 18:04:09 2013
New Revision: 248471
URL: http://svnweb.freebsd.org/changeset/base/248471

Log:
  Tweak some comments.

Modified:
  head/sys/kern/kern_sig.c

Modified: head/sys/kern/kern_sig.c
==============================================================================
--- head/sys/kern/kern_sig.c	Mon Mar 18 17:23:58 2013	(r248470)
+++ head/sys/kern/kern_sig.c	Mon Mar 18 18:04:09 2013	(r248471)
@@ -560,8 +560,8 @@ sigqueue_delete_stopmask_proc(struct pro
 }
 
 /*
- * Determine signal that should be delivered to process p, the current
- * process, 0 if none.  If there is a pending stop signal with default
+ * Determine signal that should be delivered to thread td, the current
+ * thread, 0 if none.  If there is a pending stop signal with default
  * action, the process stops in issignal().
  */
 int
@@ -2148,9 +2148,9 @@ tdsendsignal(struct proc *p, struct thre
 	 * Some signals have a process-wide effect and a per-thread
 	 * component.  Most processing occurs when the process next
 	 * tries to cross the user boundary, however there are some
-	 * times when processing needs to be done immediatly, such as
+	 * times when processing needs to be done immediately, such as
 	 * waking up threads so that they can cross the user boundary.
-	 * We try do the per-process part here.
+	 * We try to do the per-process part here.
 	 */
 	if (P_SHOULDSTOP(p)) {
 		KASSERT(!(p->p_flag & P_WEXIT),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303181804.r2II4AjO040181>