svn commit: r209612 - head/sys/kern

John Baldwin jhb at FreeBSD.org
Wed Jun 30 18:00:46 UTC 2010


Author: jhb
Date: Wed Jun 30 18:00:45 2010
New Revision: 209612
URL: http://svn.freebsd.org/changeset/base/209612

Log:
  Update comment for tdsignal() -> tdsendsignal() rename.  Forgot to include
  this in 209592.

Modified:
  head/sys/kern/subr_sleepqueue.c

Modified: head/sys/kern/subr_sleepqueue.c
==============================================================================
--- head/sys/kern/subr_sleepqueue.c	Wed Jun 30 17:26:47 2010	(r209611)
+++ head/sys/kern/subr_sleepqueue.c	Wed Jun 30 18:00:45 2010	(r209612)
@@ -442,7 +442,7 @@ sleepq_catch_signals(void *wchan, int pr
 	/*
 	 * Lock the per-process spinlock prior to dropping the PROC_LOCK
 	 * to avoid a signal delivery race.  PROC_LOCK, PROC_SLOCK, and
-	 * thread_lock() are currently held in tdsignal().
+	 * thread_lock() are currently held in tdsendsignal().
 	 */
 	PROC_SLOCK(p);
 	mtx_lock_spin(&sc->sc_lock);


More information about the svn-src-all mailing list