]> git.kaiwu.me - nginx.git/commitdiff
Fixed spelling.
authorOtto Kekäläinen <otto@seravo.fi>
Wed, 8 Jun 2016 05:27:41 +0000 (08:27 +0300)
committerOtto Kekäläinen <otto@seravo.fi>
Wed, 8 Jun 2016 05:27:41 +0000 (08:27 +0300)
src/os/unix/ngx_thread_mutex.c

index 6e8385ef5728563bfb68c43c107381a5f02be151..a0ef693e72a498e73955dec3147dcb79c5dc6448 100644 (file)
@@ -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