Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2010 18:00:46 +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: r209612 - head/sys/kern
Message-ID:  <201006301800.o5UI0k98019388@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



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