mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
Fixed spelling.
This commit is contained in:
parent
46336296e4
commit
cb963abf03
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
* for each mutex from 10 to 100 based on spin count taken
|
||||
* previously.
|
||||
* 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
|
||||
* is still busy, sched_yield() can be called on both UP and
|
||||
* SMP systems. The default yield loop count is zero, but
|
||||
|
|
|
|||
Loading…
Reference in a new issue