aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_setproctitle.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2012-04-03 07:37:31 +0000
committerRuslan Ermilov <ru@nginx.com>2012-04-03 07:37:31 +0000
commit47a04aaa275d1a9b4a51997910f2b2a881464943 (patch)
tree349db1df06558325e03e3026293c52a309f49799 /src/os/unix/ngx_setproctitle.c
parent7744472c8e4db956bd29c030fdca1e55f5b007fe (diff)
downloadnginx-47a04aaa275d1a9b4a51997910f2b2a881464943.tar.gz
nginx-47a04aaa275d1a9b4a51997910f2b2a881464943.zip
Fixed spelling in multiline C comments.
Diffstat (limited to 'src/os/unix/ngx_setproctitle.c')
-rw-r--r--src/os/unix/ngx_setproctitle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_setproctitle.c b/src/os/unix/ngx_setproctitle.c
index a61fe1b94..91afa5191 100644
--- a/src/os/unix/ngx_setproctitle.c
+++ b/src/os/unix/ngx_setproctitle.c
@@ -21,7 +21,7 @@
* from argv[0] for our process title.
*
* The Solaris's standard /bin/ps does not show the changed process title.
- * You have to use "/usr/ucb/ps -w" instead. Besides, the UCB ps dos not
+ * You have to use "/usr/ucb/ps -w" instead. Besides, the UCB ps does not
* show a new title if its length less than the origin command line length.
* To avoid it we append to a new title the origin command line in the
* parenthesis.