mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Fixed spelling.
This commit is contained in:
parent
46336296e4
commit
cb963abf03
@ -49,7 +49,7 @@
|
|||||||
* for each mutex from 10 to 100 based on spin count taken
|
* for each mutex from 10 to 100 based on spin count taken
|
||||||
* previously.
|
* previously.
|
||||||
* FreeBSD: Deadlock detection. The default spin count is 2000.
|
* FreeBSD: Deadlock detection. The default spin count is 2000.
|
||||||
* It can be overriden using LIBPTHREAD_SPINLOOPS environment
|
* It can be overridden using LIBPTHREAD_SPINLOOPS environment
|
||||||
* variable or by pthread_mutex_setspinloops_np(). If a lock
|
* variable or by pthread_mutex_setspinloops_np(). If a lock
|
||||||
* is still busy, sched_yield() can be called on both UP and
|
* is still busy, sched_yield() can be called on both UP and
|
||||||
* SMP systems. The default yield loop count is zero, but
|
* SMP systems. The default yield loop count is zero, but
|
||||||
|
Loading…
Reference in New Issue
Block a user