Skip to content

Commit

Permalink
Fixed spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
ottok committed Jun 8, 2016
1 parent 4633629 commit cb963ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/unix/ngx_thread_mutex.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb963ab

Please sign in to comment.