[nginx] Fixed spelling.
Ruslan Ermilov
ru at nginx.com
Wed Jun 8 05:28:23 UTC 2016
details: http://hg.nginx.org/nginx/rev/e511e3d581bb
branches:
changeset: 6585:e511e3d581bb
user: Otto Kek?l?inen <otto at seravo.fi>
date: Wed Jun 08 08:27:41 2016 +0300
description:
Fixed spelling.
diffstat:
src/os/unix/ngx_thread_mutex.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 690b15cc8915 -r e511e3d581bb src/os/unix/ngx_thread_mutex.c
--- a/src/os/unix/ngx_thread_mutex.c Tue Jun 07 17:44:20 2016 +0300
+++ b/src/os/unix/ngx_thread_mutex.c Wed Jun 08 08:27:41 2016 +0300
@@ -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
More information about the nginx-devel
mailing list