1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00

Update comment for tdsignal() -> tdsendsignal() rename. Forgot to include

this in 209592.
This commit is contained in:
John Baldwin 2010-06-30 18:00:45 +00:00
parent 911fddbcb5
commit 418a27e99e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209612

View File

@ -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);