summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_sleepqueue.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-06-30 18:00:45 +0000
committerjhb <jhb@FreeBSD.org>2010-06-30 18:00:45 +0000
commit738cd61a3da5d3ec670e62660ce993ed21858c36 (patch)
treee42590daa21fc761abd7fb708bf6e11a00d867a7 /sys/kern/subr_sleepqueue.c
parentf0bd1ca4c6c6beb57e725797bbfa538814dce19e (diff)
downloadFreeBSD-src-738cd61a3da5d3ec670e62660ce993ed21858c36.zip
FreeBSD-src-738cd61a3da5d3ec670e62660ce993ed21858c36.tar.gz
Update comment for tdsignal() -> tdsendsignal() rename. Forgot to include
this in 209592.
Diffstat (limited to 'sys/kern/subr_sleepqueue.c')
-rw-r--r--sys/kern/subr_sleepqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_sleepqueue.c b/sys/kern/subr_sleepqueue.c
index 5df74d0..c51def6 100644
--- a/sys/kern/subr_sleepqueue.c
+++ b/sys/kern/subr_sleepqueue.c
@@ -442,7 +442,7 @@ sleepq_catch_signals(void *wchan, int pri)
/*
* 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);
OpenPOWER on IntegriCloud